summaryrefslogtreecommitdiff
path: root/protocols/SkypeClassic/src/contacts.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeClassic/src/contacts.h')
-rw-r--r--protocols/SkypeClassic/src/contacts.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/protocols/SkypeClassic/src/contacts.h b/protocols/SkypeClassic/src/contacts.h
deleted file mode 100644
index 5665b70a7b..0000000000
--- a/protocols/SkypeClassic/src/contacts.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// Prototypes
-HANDLE add_contextmenu(MCONTACT hContact);
-HANDLE add_mainmenu(void);
-
-MCONTACT find_contact(char *name);
-MCONTACT find_contactT(TCHAR *name);
-MCONTACT add_contact(char *name, DWORD flags);
-
-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