diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-10-29 08:47:48 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-10-29 08:47:48 +0000 |
commit | 50421b7809c47bd95c59b4a5627e2f89c8bccfa5 (patch) | |
tree | 323784b1c0bb7c86e5df509aab310fa1404680ef /protocols/SkypeClassic/src/contacts.h | |
parent | 8604516498f9135ac1c4379488228d84e69a89ab (diff) |
SkypeClassic: Folders structure and project cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@6668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeClassic/src/contacts.h')
-rw-r--r-- | protocols/SkypeClassic/src/contacts.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/protocols/SkypeClassic/src/contacts.h b/protocols/SkypeClassic/src/contacts.h new file mode 100644 index 0000000000..35a400c3e9 --- /dev/null +++ b/protocols/SkypeClassic/src/contacts.h @@ -0,0 +1,11 @@ +// Prototypes
+HANDLE add_contextmenu(HANDLE hContact);
+HANDLE find_contact(char *name);
+HANDLE find_contactT(TCHAR *name);
+HANDLE add_contact(char *name, DWORD flags);
+HANDLE add_mainmenu(void);
+CLISTMENUITEM HupItem(void);
+CLISTMENUITEM CallItem(void);
+void logoff_contacts(BOOL bCleanup);
+int PrebuildContactMenu(WPARAM, LPARAM);
+//int ClistDblClick(WPARAM, LPARAM);
\ No newline at end of file |