mcabber/src/jab_priv.h
changeset 690 3e965a1186c7
parent 686 98de2d166a11
child 691 3c0a0a993de8
equal deleted inserted replaced
689:281aab5aef50 690:3e965a1186c7
    43 iqs *iqs_new(guint8 type, const char *ns, const char *prefix, time_t timeout);
    43 iqs *iqs_new(guint8 type, const char *ns, const char *prefix, time_t timeout);
    44 int  iqs_del(const char *iqid);
    44 int  iqs_del(const char *iqid);
    45 int  iqs_callback(const char *iqid, xmlnode xml_anwser);
    45 int  iqs_callback(const char *iqid, xmlnode xml_anwser);
    46 void iqs_check_timeout(void);
    46 void iqs_check_timeout(void);
    47 void iqscallback_auth(iqs *iqp, xmlnode xml_result);
    47 void iqscallback_auth(iqs *iqp, xmlnode xml_result);
       
    48 void request_version(const char *fulljid);
    48 
    49 
    49 #endif /* __JAB_PRIV_H__ */
    50 #endif /* __JAB_PRIV_H__ */
    50 
    51 
    51 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */
    52 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */