comparison libpurple/protocols/jabber/roster.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 050052891c55
children c585572e80dd
comparison
equal deleted inserted replaced
26480:0c8d41f5caa0 26481:5767b7698c73
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */ 21 */
22 #ifndef _PURPLE_JABBER_ROSTER_H_ 22 #ifndef PURPLE_JABBER_ROSTER_H_
23 #define _PURPLE_JABBER_ROSTER_H_ 23 #define PURPLE_JABBER_ROSTER_H_
24 24
25 #include "jabber.h" 25 #include "jabber.h"
26 26
27 void jabber_roster_request(JabberStream *js); 27 void jabber_roster_request(JabberStream *js);
28 28
38 void jabber_roster_group_rename(PurpleConnection *gc, const char *old_name, 38 void jabber_roster_group_rename(PurpleConnection *gc, const char *old_name,
39 PurpleGroup *group, GList *moved_buddies); 39 PurpleGroup *group, GList *moved_buddies);
40 void jabber_roster_remove_buddy(PurpleConnection *gc, PurpleBuddy *buddy, 40 void jabber_roster_remove_buddy(PurpleConnection *gc, PurpleBuddy *buddy,
41 PurpleGroup *group); 41 PurpleGroup *group);
42 42
43 #endif /* _PURPLE_JABBER_ROSTER_H_ */ 43 #endif /* PURPLE_JABBER_ROSTER_H_ */