summaryrefslogtreecommitdiff
path: root/plugins/HistorySweeperLight/src/historysweeperlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistorySweeperLight/src/historysweeperlight.h')
-rw-r--r--plugins/HistorySweeperLight/src/historysweeperlight.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/HistorySweeperLight/src/historysweeperlight.h b/plugins/HistorySweeperLight/src/historysweeperlight.h
index 9f820ec439..5e8140c1e8 100644
--- a/plugins/HistorySweeperLight/src/historysweeperlight.h
+++ b/plugins/HistorySweeperLight/src/historysweeperlight.h
@@ -44,9 +44,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// Plugin name
#define ModuleName "History Sweeper Light"
-
// main.c
extern HINSTANCE hInst;
+extern LIST<void> g_hWindows;
// options.c
extern char* time_stamp_strings[];
@@ -60,5 +60,6 @@ HANDLE GetIconHandle(const char* name);
// historysweeper.c
void ShutdownAction(void);
int OnWindowEvent(WPARAM wParam, LPARAM lParam);
+void SetSrmmIcon(MCONTACT hContact);
#endif