diff options
Diffstat (limited to 'plugins/XSoundNotify/xsn_utils.h')
-rw-r--r-- | plugins/XSoundNotify/xsn_utils.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/XSoundNotify/xsn_utils.h b/plugins/XSoundNotify/xsn_utils.h new file mode 100644 index 0000000000..66bdef2526 --- /dev/null +++ b/plugins/XSoundNotify/xsn_utils.h @@ -0,0 +1,18 @@ +#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
|