comparison mcabber/src/xmpp.h @ 1599:dcd5d4c75199

Update/Add headers
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 15:39:32 +0200
parents a087125d8fc8
children f4a2c6f767d1
comparison
equal deleted inserted replaced
1598:a087125d8fc8 1599:dcd5d4c75199
75 const char *xmpp_get_bookmark_nick(const char *bjid); 75 const char *xmpp_get_bookmark_nick(const char *bjid);
76 76
77 void xmpp_request(const char *fjid, enum iqreq_type reqtype); 77 void xmpp_request(const char *fjid, enum iqreq_type reqtype);
78 void request_vcard(const char *bjid); 78 void request_vcard(const char *bjid);
79 void xmpp_request_storage(const gchar *storage); 79 void xmpp_request_storage(const gchar *storage);
80
80 #endif /* __XMPP_H__ */ 81 #endif /* __XMPP_H__ */
82
83 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */