Changeset c3ffa45 for protocols/proxy.h


Ignore:
Timestamp:
2005-12-06T21:55:09Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
1eddf6b
Parents:
d636233
Message:

Add some const

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/proxy.h

    rd636233 rc3ffa45  
    5656G_MODULE_EXPORT void gaim_input_remove(gint);
    5757
    58 G_MODULE_EXPORT int proxy_connect(char *host, int port, GaimInputFunction func, gpointer data);
     58G_MODULE_EXPORT int proxy_connect(const char *host, int port, GaimInputFunction func, gpointer data);
    5959
    6060#endif /* _PROXY_H_ */
Note: See TracChangeset for help on using the changeset viewer.