Changeset 88b3a07 for protocols/nogaim.h
- Timestamp:
- 2006-04-13T07:15:42Z (17 years ago)
- Branches:
- master
- Children:
- c99af3a
- Parents:
- 11bcee9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
r11bcee9 r88b3a07 220 220 221 221 /* 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 222 G_MODULE_EXPORT void add_buddy( struct gaim_connection *gc, char *group, char *handle, char *realname ); 225 223 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 224 G_MODULE_EXPORT void signoff_blocked( struct gaim_connection *gc ); 228 225 … … 245 242 G_MODULE_EXPORT void serv_got_chat_left( struct gaim_connection *gc, int id ); 246 243 247 /* prefs.c */248 G_MODULE_EXPORT void build_block_list();249 G_MODULE_EXPORT void build_allow_list();250 251 244 struct conversation *conv_findchannel( char *channel ); 252 245
Note: See TracChangeset
for help on using the changeset viewer.