Mercurial > pidgin
comparison src/server.c @ 10871:6240d7fd5b2c
[gaim-migrate @ 12558]
Make a bunch of stuff static and rename set_gaim_user_dir to
gaim_util_set_user_dir
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 25 Apr 2005 04:22:29 +0000 |
| parents | 2409700be3dc |
| children | 2b772e7094ef |
comparison
equal
deleted
inserted
replaced
| 10870:b75ce371c812 | 10871:6240d7fd5b2c |
|---|---|
| 70 return prpl_info->send_typing(g, name, typing); | 70 return prpl_info->send_typing(g, name, typing); |
| 71 | 71 |
| 72 return 0; | 72 return 0; |
| 73 } | 73 } |
| 74 | 74 |
| 75 GSList *last_auto_responses = NULL; | 75 static GSList *last_auto_responses = NULL; |
| 76 struct last_auto_response { | 76 struct last_auto_response { |
| 77 GaimConnection *gc; | 77 GaimConnection *gc; |
| 78 char name[80]; | 78 char name[80]; |
| 79 time_t sent; | 79 time_t sent; |
| 80 }; | 80 }; |
