diff options
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h index dadf5a6..a79221a 100644 --- a/utilities.h +++ b/utilities.h @@ -28,5 +28,6 @@ void storeOutput(HANDLE ahandle, string *output); void HistoryLog(HANDLE hContact, char *data, int event_type, int flags); int ComboBoxAddStringUtf(HWND hCombo, const TCHAR *szString, DWORD data); bool isContactSecured(HANDLE hContact); +const bool StriStr(const char *str, const char *substr); #endif |