comparison mcabber/src/utils.h @ 1058:c0d44a9a99bc

Code cleanup Cosmetics. Mostly get rid of "jid" variables, as it is a structure pointer defined in libjabber/jabber.h.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 30 Nov 2006 19:51:09 +0100
parents 5b01de4ac5e1
children 8e12137fab20
comparison
equal deleted inserted replaced
1057:4cdf19d9c74e 1058:c0d44a9a99bc
24 int to_iso8601(char *dststr, time_t timestamp); 24 int to_iso8601(char *dststr, time_t timestamp);
25 time_t from_iso8601(const char *timestamp, int utc); 25 time_t from_iso8601(const char *timestamp, int utc);
26 26
27 inline void safe_usleep(unsigned int usec); /* Only for delays < 1s */ 27 inline void safe_usleep(unsigned int usec); /* Only for delays < 1s */
28 28
29 int check_jid_syntax(char *jid); 29 int check_jid_syntax(char *fjid);
30 30
31 void mc_strtolower(char *str); 31 void mc_strtolower(char *str);
32 32
33 void strip_arg_special_chars(char *s); 33 void strip_arg_special_chars(char *s);
34 char **split_arg(const char *arg, unsigned int n, int dontstriplast); 34 char **split_arg(const char *arg, unsigned int n, int dontstriplast);