diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-08 13:30:43 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-12-08 13:30:43 +0100 |
commit | 1eddf6b197ba5fbd3f1cce390396efc7d25c9de9 (patch) | |
tree | e0eb876c628ce7622f1a8a0fc533abf07b9fbf30 /bitlbee.h | |
parent | c3ffa45876c584d3e86c0796f2210538bcebc377 (diff) |
Add some const
Diffstat (limited to 'bitlbee.h')
-rw-r--r-- | bitlbee.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ gboolean bitlbee_io_current_client_write( GIOChannel *source, GIOCondition condi int root_command_string( irc_t *irc, user_t *u, char *command, int flags ); int root_command( irc_t *irc, char *command[] ); -int bitlbee_load( irc_t *irc, char *password ); +int bitlbee_load( irc_t *irc, const char *password ); int bitlbee_save( irc_t *irc ); void bitlbee_shutdown( gpointer data ); double gettime( void ); |