pidgin: 2a326fb6: Add a prototype for ggp_to_gg_status.

resiak at pidgin.im resiak at pidgin.im
Thu May 29 08:31:23 EDT 2008


-----------------------------------------------------------------
Revision: 2a326fb6a140303965934d427b6e623951a7e408
Ancestor: 9ac89b58d826a67b07338eebd23f62cb561c05ab
Author: resiak at pidgin.im
Date: 2008-05-29T12:17:05
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/2a326fb6a140303965934d427b6e623951a7e408

Modified files:
        libpurple/protocols/gg/gg.c

ChangeLog: 

Add a prototype for ggp_to_gg_status.

-------------- next part --------------
============================================================
--- libpurple/protocols/gg/gg.c	dcd4c66c47275ae06b670fb1b2dfa284814c9733
+++ libpurple/protocols/gg/gg.c	b2434eb3d6e862d886c723477e2da5b0ec86d01a
@@ -927,9 +927,11 @@ static void ggp_bmenu_block(PurpleBlistN
 /* ----- INTERNAL CALLBACKS --------------------------------------------- */
 /* ---------------------------------------------------------------------- */
 
-/* just a prototype */
+/* Prototypes */
 static void ggp_set_status(PurpleAccount *account, PurpleStatus *status);
+static int ggp_to_gg_status(PurpleStatus *status, char **msg);
 
+
 /**
  * Handle change of the status of the buddy.
  *


More information about the Commits mailing list