diff mcabber/src/jab_priv.h @ 690:3e965a1186c7

Implement IQ:version requests
author Mikael Berthe <mikael@lilotux.net>
date Thu, 09 Feb 2006 23:20:28 +0100
parents 98de2d166a11
children 3c0a0a993de8
line wrap: on
line diff
--- a/mcabber/src/jab_priv.h	Thu Feb 09 23:18:38 2006 +0100
+++ b/mcabber/src/jab_priv.h	Thu Feb 09 23:20:28 2006 +0100
@@ -45,6 +45,7 @@
 int  iqs_callback(const char *iqid, xmlnode xml_anwser);
 void iqs_check_timeout(void);
 void iqscallback_auth(iqs *iqp, xmlnode xml_result);
+void request_version(const char *fulljid);
 
 #endif /* __JAB_PRIV_H__ */