diff options
Diffstat (limited to 'plugins/CmdLine/src/utils.h')
-rw-r--r-- | plugins/CmdLine/src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CmdLine/src/utils.h b/plugins/CmdLine/src/utils.h index 22b4721cfa..5729528f04 100644 --- a/plugins/CmdLine/src/utils.h +++ b/plugins/CmdLine/src/utils.h @@ -53,7 +53,7 @@ TCHAR *GetContactID(HANDLE hContact); TCHAR *GetContactID(HANDLE hContact, char *szProto);
HANDLE GetContactFromID(TCHAR *szID, char *szProto);
HANDLE GetContactFromID(TCHAR *szID, wchar_t *szProto);
-void GetContactProtocol(HANDLE hContact, char *szProto, size_t size);
+void GetContactProto(HANDLE hContact, char *szProto, size_t size);
int MyPUShowMessage(char *lpzText, BYTE kind);
|