diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:40:04 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:40:04 +0000 |
commit | 9c6d8a640911d336cc1e758310bbfccaf547d2d2 (patch) | |
tree | eb774abda400857f9dbbcb0fc4f1b5be686aed67 /otr/utils.h | |
parent | 3aeb41e399a944450223bbbc160b7d984985d9d8 (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@10 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'otr/utils.h')
-rw-r--r-- | otr/utils.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/otr/utils.h b/otr/utils.h new file mode 100644 index 0000000..4b78e28 --- /dev/null +++ b/otr/utils.h @@ -0,0 +1,15 @@ +#ifndef _UTILS_INC
+#define _UTILS_INC
+
+extern HICON hProtoIcon, hLockIcon, hUnlockIcon;
+
+void InitUtils();
+void DeinitUtils();
+
+void ShowPopup( const char* line1, const char* line2, int timeout);
+void ShowWarning(char *msg);
+void ShowError(char *msg);
+
+bool CreatePath(const char *path);
+
+#endif
|