diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-22 21:58:50 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-22 21:58:50 +0000 |
commit | ae983ffa444902e6354e68317c97fdcbc781afe6 (patch) | |
tree | 820ba440f18583fdafd34bfbd9651c5648c88a26 /plugins/AutoShutdown/src/watcher.h | |
parent | 3fe0183127f71140708186188f14994562f9dd0b (diff) |
AutoShutdown:
- fixed TopToolbar Button (fixes #439)
- redesigned options dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@5789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);
|