diff options
Diffstat (limited to 'plugins/!NotAdopted/Skype/contacts.h')
-rw-r--r-- | plugins/!NotAdopted/Skype/contacts.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/!NotAdopted/Skype/contacts.h b/plugins/!NotAdopted/Skype/contacts.h new file mode 100644 index 0000000000..35a400c3e9 --- /dev/null +++ b/plugins/!NotAdopted/Skype/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 |