diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-23 13:47:43 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-23 13:47:43 +0300 |
commit | a82410a3c20ba13969f37d3ab14f6e8ca1067284 (patch) | |
tree | 1da9ce420e7867318d42d0ffa46f2eba4cb47883 /protocols/JabberG/src/stdafx.h | |
parent | 2d6c10c9d420d6e1f00cd2d7649f66728ee3e90f (diff) |
common code went to the core utils
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index b15f3962f8..ae3958750e 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -682,7 +682,6 @@ char* JabberPrepareJid(const char *jid); char* JabberSha1(const char *str, JabberShaStrBuf buf);
void JabberHttpUrlDecode(wchar_t *str);
int JabberCombineStatus(int status1, int status2);
-time_t JabberIsoToUnixTime(const char *stamp);
char* JabberStripJid(const char *jid, char *dest, size_t destLen);
int JabberGetPacketID(const char*);
char* JabberId2string(int id);
|