diff options
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h index 40582f7..5e458fc 100644 --- a/utilities.h +++ b/utilities.h @@ -26,4 +26,6 @@ void storeOutput(HANDLE ahandle, string *output); void cp866_to_cp1251(string *str); +void HistoryLog(HANDLE hContact, char *data, int event_type, int flags); + #endif |