aboutsummaryrefslogtreecommitdiff
path: root/c/defs.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-04-27 16:06:42 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-04-27 16:06:42 +0200
commit00d22febd2c73f5ccb058ca2211294b1a1d99e9c (patch)
tree02612dd2181b5e1abafc0da663f1141dfb05adff /c/defs.h
parentdd855b6091c1eb9835cd2466ed2e225dd4f850a4 (diff)
downloadEpisodeBrowser-00d22febd2c73f5ccb058ca2211294b1a1d99e9c.tar.gz
Press left/right to select next/previous unwatched episode.
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 14b7626..1e463dd 100644
--- a/c/defs.h
+++ b/c/defs.h
@@ -21,6 +21,7 @@ LRESULT ElvHandleNotify(LPARAM);
void ElvRedraw(void);
void ElvSetTop(int);
void ElvSelectRecent(void);
+void ElvSelectUnwatched(int);
void ElvUpdate(void);
void ElvUpdateItem(LPLVITEM);