comparison libpurple/protocols/jabber/ibb.h @ 26563:5767b7698c73

Further standardize the sentinel style (did someone say leading _s are theoretically a reserved namespace?)
author Paul Aurich <paul@darkrain42.org>
date Sun, 05 Apr 2009 19:21:22 +0000
parents 50ff0162fe26
children 8c991e09efcb
comparison
equal deleted inserted replaced
26562:0c8d41f5caa0 26563:5767b7698c73
12 * You should have received a copy of the GNU General Public License 12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the Free Software 13 * along with this program; if not, write to the Free Software
14 * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA 14 * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA
15 */ 15 */
16 16
17 #ifndef _PURPLE_JABBER_IBB_H_ 17 #ifndef PURPLE_JABBER_IBB_H_
18 #define _PURPLE_JABBER_IBB_H_ 18 #define PURPLE_JABBER_IBB_H_
19 19
20 #include "jabber.h" 20 #include "jabber.h"
21 #include "iq.h" 21 #include "iq.h"
22 22
23 #define XEP_0047_NAMESPACE "http://jabber.org/protocol/ibb" 23 #define XEP_0047_NAMESPACE "http://jabber.org/protocol/ibb"
116 void jabber_ibb_unregister_open_handler(JabberIBBOpenHandler *cb); 116 void jabber_ibb_unregister_open_handler(JabberIBBOpenHandler *cb);
117 117
118 void jabber_ibb_init(void); 118 void jabber_ibb_init(void);
119 void jabber_ibb_uninit(void); 119 void jabber_ibb_uninit(void);
120 120
121 #endif /* _PURPLE_JABBER_IBB_H_ */ 121 #endif /* PURPLE_JABBER_IBB_H_ */