Mercurial > pidgin
diff src/server.h @ 10011:32467b63f55a
[gaim-migrate @ 10928]
More deprecation of serv_got_update or whatever it's called.
Is all the sound and logging stuff done in the new code? I didn't
actually check.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 11 Sep 2004 03:37:16 +0000 |
| parents | ced29c7b396c |
| children | 6a043ae92db6 |
line wrap: on
line diff
--- a/src/server.h Fri Sep 10 22:39:35 2004 +0000 +++ b/src/server.h Sat Sep 11 03:37:16 2004 +0000 @@ -76,8 +76,6 @@ void serv_got_typing_stopped(GaimConnection *gc, const char *name); void serv_got_im(GaimConnection *gc, const char *who, const char *msg, GaimConvImFlags imflags, time_t mtime); -void serv_got_update(GaimConnection *gc, const char *name, gboolean loggedin, - time_t signon); void serv_finish_login(GaimConnection *gc); void serv_got_chat_invite(GaimConnection *gc, const char *name, const char *who, const char *message,
