diff options
Diffstat (limited to 'plugins/Popup/src/notifications.h')
-rw-r--r-- | plugins/Popup/src/notifications.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Popup/src/notifications.h b/plugins/Popup/src/notifications.h index 76b7bd2869..98aae6e144 100644 --- a/plugins/Popup/src/notifications.h +++ b/plugins/Popup/src/notifications.h @@ -49,6 +49,7 @@ extern HANDLE g_hntfError, g_hntfWarning, g_hntfNotification; int TreeDataSortFunc(const POPUPTREEDATA *p1, const POPUPTREEDATA *p2);
HANDLE FindTreeData(LPTSTR group, LPTSTR name, BYTE typ);
+void FreePopupClass(POPUPTREEDATA *ptd);
void UnloadTreeData();
void LoadNotifications();
|