Changes in protocols/nogaim.h [9e08d5d:c99af3a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
r9e08d5d rc99af3a 212 212 G_MODULE_EXPORT void serv_got_crap( struct gaim_connection *gc, char *format, ... ); 213 213 G_MODULE_EXPORT void account_online( struct gaim_connection *gc ); 214 G_MODULE_EXPORT void account_offline( struct gaim_connection *gc );215 214 G_MODULE_EXPORT void signoff( struct gaim_connection *gc ); 216 215 … … 220 219 221 220 /* list.c */ 222 G_MODULE_EXPORT int bud_list_cache_exists( struct gaim_connection *gc );223 G_MODULE_EXPORT void do_import( struct gaim_connection *gc, void *null );224 221 G_MODULE_EXPORT void add_buddy( struct gaim_connection *gc, char *group, char *handle, char *realname ); 225 222 G_MODULE_EXPORT struct buddy *find_buddy( struct gaim_connection *gc, char *handle ); 226 G_MODULE_EXPORT void do_export( struct gaim_connection *gc );227 223 G_MODULE_EXPORT void signoff_blocked( struct gaim_connection *gc ); 228 224 … … 245 241 G_MODULE_EXPORT void serv_got_chat_left( struct gaim_connection *gc, int id ); 246 242 247 /* prefs.c */248 G_MODULE_EXPORT void build_block_list();249 G_MODULE_EXPORT void build_allow_list();250 251 243 struct conversation *conv_findchannel( char *channel ); 252 244
Note: See TracChangeset
for help on using the changeset viewer.