libpurple/protocols/gg/gg.c

changeset 23381
2f5146434176
parent 23380
1f2dda5756b9
child 23382
8dfecaa62e66
equal deleted inserted replaced
23380:1f2dda5756b9 23381:2f5146434176
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

mercurial