| 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 |