Changeset c3ffa45 for protocols/proxy.h
- Timestamp:
- 2005-12-06T21:55:09Z (19 years ago)
- Branches:
- master
- Children:
- 1eddf6b
- Parents:
- d636233
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/proxy.h
rd636233 rc3ffa45 56 56 G_MODULE_EXPORT void gaim_input_remove(gint); 57 57 58 G_MODULE_EXPORT int proxy_connect(c har *host, int port, GaimInputFunction func, gpointer data);58 G_MODULE_EXPORT int proxy_connect(const char *host, int port, GaimInputFunction func, gpointer data); 59 59 60 60 #endif /* _PROXY_H_ */
Note: See TracChangeset
for help on using the changeset viewer.