comparison libpurple/protocols/jabber/presence.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 481749fc0b6b
children bc7fac8e2f79
comparison
equal deleted inserted replaced
26562:0c8d41f5caa0 26563: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_PRESENCE_H_ 22 #ifndef PURPLE_JABBER_PRESENCE_H_
23 #define _PURPLE_JABBER_PRESENCE_H_ 23 #define PURPLE_JABBER_PRESENCE_H_
24 24
25 #include "buddy.h" 25 #include "buddy.h"
26 #include "jabber.h" 26 #include "jabber.h"
27 #include "xmlnode.h" 27 #include "xmlnode.h"
28 28
33 void jabber_presence_subscription_set(JabberStream *js, const char *who, 33 void jabber_presence_subscription_set(JabberStream *js, const char *who,
34 const char *type); 34 const char *type);
35 void jabber_presence_fake_to_self(JabberStream *js, const PurpleStatus *status); 35 void jabber_presence_fake_to_self(JabberStream *js, const PurpleStatus *status);
36 void purple_status_to_jabber(const PurpleStatus *status, JabberBuddyState *state, char **msg, int *priority); 36 void purple_status_to_jabber(const PurpleStatus *status, JabberBuddyState *state, char **msg, int *priority);
37 37
38 #endif /* _PURPLE_JABBER_PRESENCE_H_ */ 38 #endif /* PURPLE_JABBER_PRESENCE_H_ */