diff options
Diffstat (limited to 'plugins/!NotAdopted/XSoundNotify/xsn_utils.h')
-rw-r--r-- | plugins/!NotAdopted/XSoundNotify/xsn_utils.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/!NotAdopted/XSoundNotify/xsn_utils.h b/plugins/!NotAdopted/XSoundNotify/xsn_utils.h deleted file mode 100644 index 66bdef2526..0000000000 --- a/plugins/!NotAdopted/XSoundNotify/xsn_utils.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _XSN_UTILS_H
-#define _XSN_UTILS_H
-
-#include "xsn_types.h"
-#include "SoundNotifyData.h"
-
-void initModuleConvertTable(ModuleConvertTable & table);
-
-bool isReceiveMessage(LPARAM event);
-
-xsn_string getContactSound(HANDLE contact);
-ModuleString getContactModule(HANDLE contact);
-
-xsn_string getIcqContactId(HANDLE contact, const ModuleString & module);
-xsn_string getJabberContactId(HANDLE contact, const ModuleString & module);
-
-
-#endif
|