diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-08 15:57:13 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-12-08 15:57:13 +0100 |
commit | 8efa2f49816aaac986137a5da1f6c35425282195 (patch) | |
tree | 4435dc5ed5342bcc3601124b086aceb5917f3e3e /protocols/proxy.h | |
parent | 7989fcf34257201f54538f289cce1c651341e142 (diff) | |
parent | c2295f7eeac263dbcc19f84e9a61abbe778aa9f8 (diff) |
Merge some fixes from my integration branch
Diffstat (limited to 'protocols/proxy.h')
-rw-r--r-- | protocols/proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/proxy.h b/protocols/proxy.h index 7c34fc40..47c966d2 100644 --- a/protocols/proxy.h +++ b/protocols/proxy.h @@ -55,6 +55,6 @@ typedef void (*GaimInputFunction)(gpointer, gint, GaimInputCondition); G_MODULE_EXPORT gint gaim_input_add(int, GaimInputCondition, GaimInputFunction, gpointer); G_MODULE_EXPORT void gaim_input_remove(gint); -G_MODULE_EXPORT int proxy_connect(char *host, int port, GaimInputFunction func, gpointer data); +G_MODULE_EXPORT int proxy_connect(const char *host, int port, GaimInputFunction func, gpointer data); #endif /* _PROXY_H_ */ |