Mercurial > pidgin
comparison src/server.h @ 10400:6a043ae92db6
[gaim-migrate @ 11631]
I'm about to go home for the holidays, so I figured I'd commit this before
I left so someone else could pick up on it while I'm gone.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sun, 19 Dec 2004 20:32:32 +0000 |
| parents | 32467b63f55a |
| children | 94cc67130789 |
comparison
equal
deleted
inserted
replaced
| 10399:aab0c9508318 | 10400:6a043ae92db6 |
|---|---|
| 31 | 31 |
| 32 #ifdef __cplusplus | 32 #ifdef __cplusplus |
| 33 extern "C" { | 33 extern "C" { |
| 34 #endif | 34 #endif |
| 35 | 35 |
| 36 void serv_login(GaimAccount *); | 36 void serv_login(GaimAccount *, GaimStatus *); |
| 37 void serv_close(GaimConnection *); | 37 void serv_close(GaimConnection *); |
| 38 void serv_touch_idle(GaimConnection *); | 38 void serv_touch_idle(GaimConnection *); |
| 39 int serv_send_im(GaimConnection *, const char *, const char *, GaimConvImFlags); | 39 int serv_send_im(GaimConnection *, const char *, const char *, GaimConvImFlags); |
| 40 void serv_get_info(GaimConnection *, const char *); | 40 void serv_get_info(GaimConnection *, const char *); |
| 41 void serv_get_dir(GaimConnection *, const char *); | 41 void serv_get_dir(GaimConnection *, const char *); |
