diff options
Diffstat (limited to 'plugins/XSoundNotify/src/xsn_utils.h')
-rw-r--r-- | plugins/XSoundNotify/src/xsn_utils.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/XSoundNotify/src/xsn_utils.h b/plugins/XSoundNotify/src/xsn_utils.h deleted file mode 100644 index b0d2b60411..0000000000 --- a/plugins/XSoundNotify/src/xsn_utils.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _XSN_UTILS_H
-#define _XSN_UTILS_H
-
-void initModuleConvertTable(ModuleConvertTable &table);
-
-bool isReceiveMessage(LPARAM event);
-
-std::tstring getContactSound(HANDLE contact);
-ModuleString getContactModule(HANDLE contact);
-
-std::tstring getIcqContactId(HANDLE contact, const ModuleString &module);
-std::tstring getJabberContactId(HANDLE contact, const ModuleString &module);
-
-
-#endif
|