comparison libpurple/protocols/gg/gg.c @ 23242:8522f594157c

Add a prototype for ggp_to_gg_status.
author Will Thompson <will.thompson@collabora.co.uk>
date Thu, 29 May 2008 12:17:05 +0000
parents 636a116113d1
children 56d88bfeed76
comparison
equal deleted inserted replaced
23241:636a116113d1 23242:8522f594157c
925 925
926 /* ---------------------------------------------------------------------- */ 926 /* ---------------------------------------------------------------------- */
927 /* ----- INTERNAL CALLBACKS --------------------------------------------- */ 927 /* ----- INTERNAL CALLBACKS --------------------------------------------- */
928 /* ---------------------------------------------------------------------- */ 928 /* ---------------------------------------------------------------------- */
929 929
930 /* just a prototype */ 930 /* Prototypes */
931 static void ggp_set_status(PurpleAccount *account, PurpleStatus *status); 931 static void ggp_set_status(PurpleAccount *account, PurpleStatus *status);
932 static int ggp_to_gg_status(PurpleStatus *status, char **msg);
933
932 934
933 /** 935 /**
934 * Handle change of the status of the buddy. 936 * Handle change of the status of the buddy.
935 * 937 *
936 * @param gc PurpleConnection 938 * @param gc PurpleConnection