diff options
Diffstat (limited to 'plugins/AutoShutdown/src/watcher.h')
-rw-r--r-- | plugins/AutoShutdown/src/watcher.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AutoShutdown/src/watcher.h b/plugins/AutoShutdown/src/watcher.h index 962378b811..157fc93bd1 100644 --- a/plugins/AutoShutdown/src/watcher.h +++ b/plugins/AutoShutdown/src/watcher.h @@ -27,3 +27,4 @@ INT_PTR ServiceIsWatcherEnabled(WPARAM wParam,LPARAM lParam); /* Misc */
void InitWatcher(void);
void UninitWatcher(void);
+void WatcherModulesLoaded(void);
|