comparison mcabber/src/utils.h @ 452:dfd9c62b3a39

Jabber Id syntax checks
author Mikael Berthe <mikael@lilotux.net>
date Mon, 26 Sep 2005 22:08:48 +0200
parents 2f9852610cf4
children a926523d2392
comparison
equal deleted inserted replaced
451:8a7b18b837a4 452:dfd9c62b3a39
9 int to_iso8601(char *dststr, time_t timestamp); 9 int to_iso8601(char *dststr, time_t timestamp);
10 time_t from_iso8601(const char *timestamp, int utc); 10 time_t from_iso8601(const char *timestamp, int utc);
11 11
12 inline void safe_usleep(unsigned int usec); /* Only for delays < 1s */ 12 inline void safe_usleep(unsigned int usec); /* Only for delays < 1s */
13 13
14 int check_jid_syntax(char *jid);
15
16 void mc_strtolower(char *str);
17
14 #endif 18 #endif