diff 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
line wrap: on
line diff
--- a/mcabber/src/utils.h	Mon Sep 26 00:27:56 2005 +0200
+++ b/mcabber/src/utils.h	Mon Sep 26 22:08:48 2005 +0200
@@ -11,4 +11,8 @@
 
 inline void safe_usleep(unsigned int usec); /* Only for delays < 1s */
 
+int check_jid_syntax(char *jid);
+
+void mc_strtolower(char *str);
+
 #endif