diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-14 03:50:31 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-14 03:50:31 +0300 |
commit | ea8554407ed4038aca0eb7835f9d813bdf37c1a9 (patch) | |
tree | d481e9ead5e437de80d7eb2454bc5f0ae40b60bb /utilities.h | |
parent | a5ef2e4a080e26fbb91381edf59da9fc9456f9cb (diff) |
fixes .... mainly
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 |