diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-04-13 09:30:11 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-04-13 09:30:11 +0200 |
commit | c99af3a10749850864e230b660060f6a0719925a (patch) | |
tree | db1334ffeee5c8e9adcf07ce9c4c57a13d4cb43f /protocols/nogaim.h | |
parent | 88b3a0738032596d74cb98ee6cdc8feab4b50d30 (diff) |
Removed account_offline(), we have signoff() already.
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index d3be643e..4251fbaa 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -211,7 +211,6 @@ G_MODULE_EXPORT void hide_login_progress( struct gaim_connection *gc, char *msg G_MODULE_EXPORT void hide_login_progress_error( struct gaim_connection *gc, char *msg ); G_MODULE_EXPORT void serv_got_crap( struct gaim_connection *gc, char *format, ... ); G_MODULE_EXPORT void account_online( struct gaim_connection *gc ); -G_MODULE_EXPORT void account_offline( struct gaim_connection *gc ); G_MODULE_EXPORT void signoff( struct gaim_connection *gc ); /* dialogs.c */ |