diff options
Diffstat (limited to 'plugins/Ping/src/common.h')
-rw-r--r-- | plugins/Ping/src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Ping/src/common.h b/plugins/Ping/src/common.h index 35792e7ea7..8e4398b4b9 100644 --- a/plugins/Ping/src/common.h +++ b/plugins/Ping/src/common.h @@ -134,4 +134,6 @@ extern CRITICAL_SECTION thread_finished_cs, list_changed_cs, data_list_cs; extern PINGLIST data_list;
+int ReloadIcons(WPARAM, LPARAM);
+
#endif
|