aboutsummaryrefslogtreecommitdiff
path: root/c/defs.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-04-28 15:12:34 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-04-28 15:12:34 +0200
commit23eea8a9202d4c20eb9353907137bbc51e676e88 (patch)
tree3c18672acafd3740823c948e1ad5839e22951938 /c/defs.h
parent00d22febd2c73f5ccb058ca2211294b1a1d99e9c (diff)
downloadEpisodeBrowser-23eea8a9202d4c20eb9353907137bbc51e676e88.tar.gz
Fix selection and update-related bugs.
Diffstat (limited to 'c/defs.h')
-rw-r--r--c/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/defs.h b/c/defs.h
index 1e463dd..7f22389 100644
--- a/c/defs.h
+++ b/c/defs.h
@@ -22,6 +22,7 @@ void ElvRedraw(void);
void ElvSetTop(int);
void ElvSelectRecent(void);
void ElvSelectUnwatched(int);
+void ElvShowFocus(void);
void ElvUpdate(void);
void ElvUpdateItem(LPLVITEM);