Mercurial > pidgin
comparison src/server.h @ 5954:fccc33d4b8fa
[gaim-migrate @ 6398]
I made serv_set_info or whatever it's called take a const char *
I don't really remember why
I also made some other small changes
There should be no functionality change
I'm still struggling to get available messages working. They haunt my
dreams. Like the gray gorilla, or the Silhouette of the past, fading
into the dim light of the moon.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 25 Jun 2003 04:20:30 +0000 |
| parents | 158196b2db19 |
| children | d8cd876e613e |
comparison
equal
deleted
inserted
replaced
| 5953:bc71bd31c223 | 5954:fccc33d4b8fa |
|---|---|
| 55 void serv_touch_idle(GaimConnection *); | 55 void serv_touch_idle(GaimConnection *); |
| 56 int serv_send_im(GaimConnection *, char *, char *, int, int); | 56 int serv_send_im(GaimConnection *, char *, char *, int, int); |
| 57 void serv_get_info(GaimConnection *, char *); | 57 void serv_get_info(GaimConnection *, char *); |
| 58 void serv_get_dir(GaimConnection *, char *); | 58 void serv_get_dir(GaimConnection *, char *); |
| 59 void serv_set_idle(GaimConnection *, int); | 59 void serv_set_idle(GaimConnection *, int); |
| 60 void serv_set_info(GaimConnection *, char *); | 60 void serv_set_info(GaimConnection *, const char *); |
| 61 void serv_set_away(GaimConnection *, char *, char *); | 61 void serv_set_away(GaimConnection *, char *, char *); |
| 62 void serv_set_away_all(char *); | 62 void serv_set_away_all(char *); |
| 63 int serv_send_typing(GaimConnection *, char *, int); | 63 int serv_send_typing(GaimConnection *, char *, int); |
| 64 void serv_change_passwd(GaimConnection *, const char *, const char *); | 64 void serv_change_passwd(GaimConnection *, const char *, const char *); |
| 65 void serv_add_buddy(GaimConnection *, const char *); | 65 void serv_add_buddy(GaimConnection *, const char *); |
