aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-04-13 09:15:42 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-04-13 09:15:42 +0200
commit88b3a0738032596d74cb98ee6cdc8feab4b50d30 (patch)
tree108aa9cc4a0c3bd0993f1e0cfb5358a5f0377980 /protocols/nogaim.h
parent11bcee97b781bac6e38db4e1630ac6934209e73b (diff)
Cleaned up two more functions from nogaim.
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r--protocols/nogaim.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index 4699f69f..d3be643e 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -219,11 +219,8 @@ G_MODULE_EXPORT void do_error_dialog( struct gaim_connection *gc, char *msg, cha
G_MODULE_EXPORT void do_ask_dialog( struct gaim_connection *gc, char *msg, void *data, void *doit, void *dont );
/* list.c */
-G_MODULE_EXPORT int bud_list_cache_exists( struct gaim_connection *gc );
-G_MODULE_EXPORT void do_import( struct gaim_connection *gc, void *null );
G_MODULE_EXPORT void add_buddy( struct gaim_connection *gc, char *group, char *handle, char *realname );
G_MODULE_EXPORT struct buddy *find_buddy( struct gaim_connection *gc, char *handle );
-G_MODULE_EXPORT void do_export( struct gaim_connection *gc );
G_MODULE_EXPORT void signoff_blocked( struct gaim_connection *gc );
G_MODULE_EXPORT void serv_buddy_rename( struct gaim_connection *gc, char *handle, char *realname );
@@ -244,10 +241,6 @@ G_MODULE_EXPORT struct conversation *serv_got_joined_chat( struct gaim_connectio
G_MODULE_EXPORT void serv_got_chat_in( struct gaim_connection *gc, int id, char *who, int whisper, char *msg, time_t mtime );
G_MODULE_EXPORT void serv_got_chat_left( struct gaim_connection *gc, int id );
-/* prefs.c */
-G_MODULE_EXPORT void build_block_list();
-G_MODULE_EXPORT void build_allow_list();
-
struct conversation *conv_findchannel( char *channel );
#endif