aboutsummaryrefslogtreecommitdiff
path: root/c/defs.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-04-27 14:20:07 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-04-27 14:20:07 +0200
commitdd855b6091c1eb9835cd2466ed2e225dd4f850a4 (patch)
tree62e7f22f035c65889510ef63ed9b7d87582a6a4e /c/defs.h
parentc884c09ac88c0d22a21f839593d77c7173c41b60 (diff)
downloadEpisodeBrowser-dd855b6091c1eb9835cd2466ed2e225dd4f850a4.tar.gz
Update episode order after rating.
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 afc742f..14b7626 100644
--- a/c/defs.h
+++ b/c/defs.h
@@ -16,6 +16,7 @@ int LvHeight(HWND, int);
/* episodelistview.c */
HWND ElvCreate();
+void ElvDoSort(void);
LRESULT ElvHandleNotify(LPARAM);
void ElvRedraw(void);
void ElvSetTop(int);