comparison src/server.h @ 10745:ca69d597a5e2

[gaim-migrate @ 12347] Get rid of serv_close (I got rid of serv_login earlier today). committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Mar 2005 01:59:39 +0000
parents 94cc67130789
children bf5e48215158
comparison
equal deleted inserted replaced
10744:1b927566fcc4 10745:ca69d597a5e2
31 31
32 #ifdef __cplusplus 32 #ifdef __cplusplus
33 extern "C" { 33 extern "C" {
34 #endif 34 #endif
35 35
36 void serv_close(GaimConnection *);
37 void serv_touch_idle(GaimConnection *); 36 void serv_touch_idle(GaimConnection *);
38 int serv_send_im(GaimConnection *, const char *, const char *, GaimConvImFlags); 37 int serv_send_im(GaimConnection *, const char *, const char *, GaimConvImFlags);
39 void serv_get_info(GaimConnection *, const char *); 38 void serv_get_info(GaimConnection *, const char *);
40 void serv_get_dir(GaimConnection *, const char *); 39 void serv_get_dir(GaimConnection *, const char *);
41 void serv_set_idle(GaimConnection *, int); 40 void serv_set_idle(GaimConnection *, int);