| 24568:c90b00f17f7e | 24569:5dbd0617a27d |
|---|---|
| 1 /* Allow the Perl code to see deprecated functions, so we can continue to | |
| 2 * export them to Perl plugins. */ | |
| 3 #undef PIDGIN_DISABLE_DEPRECATED | |
| 4 | |
| 1 typedef struct group *Pidgin__Group; | 5 typedef struct group *Pidgin__Group; |
| 2 | 6 |
| 3 #define group perl_group | 7 #define group perl_group |
| 4 | 8 |
| 5 #include <glib.h> | 9 #include <glib.h> |