comparison libpurple/protocols/jabber/usertune.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 759cd72bd2ff
children 8c991e09efcb
comparison
equal deleted inserted replaced
26480:0c8d41f5caa0 26481:5767b7698c73
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21 21
22 #ifndef _PURPLE_JABBER_USERTUNE_H_ 22 #ifndef PURPLE_JABBER_USERTUNE_H_
23 #define _PURPLE_JABBER_USERTUNE_H_ 23 #define PURPLE_JABBER_USERTUNE_H_
24 24
25 #include "jabber.h" 25 #include "jabber.h"
26 26
27 /* Implementation of XEP-0118 */ 27 /* Implementation of XEP-0118 */
28 28
38 38
39 void jabber_tune_init(void); 39 void jabber_tune_init(void);
40 40
41 void jabber_tune_set(PurpleConnection *gc, const PurpleJabberTuneInfo *tuneinfo); 41 void jabber_tune_set(PurpleConnection *gc, const PurpleJabberTuneInfo *tuneinfo);
42 42
43 #endif /* _PURPLE_JABBER_USERTUNE_H_ */ 43 #endif /* PURPLE_JABBER_USERTUNE_H_ */