diff options
Diffstat (limited to 'c/defs.h')
-rw-r--r-- | c/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |