comparison libpurple/protocols/jabber/data.h @ 26481: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 439f07ce4c8a
children 8c991e09efcb 51bc0be83108
comparison
equal deleted inserted replaced
26480:0c8d41f5caa0 26481: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 JABBER_DATA_H 17 #ifndef PURPLE_JABBER_DATA_H
18 #define JABBER_DATA_H 18 #define PURPLE_JABBER_DATA_H
19 19
20 #include "xmlnode.h" 20 #include "xmlnode.h"
21 #include "jabber.h" 21 #include "jabber.h"
22 22
23 #define XEP_0231_NAMESPACE "urn:xmpp:bob" 23 #define XEP_0231_NAMESPACE "urn:xmpp:bob"
69 const char *id, xmlnode *data_node); 69 const char *id, xmlnode *data_node);
70 70
71 void jabber_data_init(void); 71 void jabber_data_init(void);
72 void jabber_data_uninit(void); 72 void jabber_data_uninit(void);
73 73
74 #endif /* JABBER_DATA_H */ 74 #endif /* PURPLE_JABBER_DATA_H */