From 1eddf6b197ba5fbd3f1cce390396efc7d25c9de9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 8 Dec 2005 13:30:43 +0100 Subject: Add some const --- bitlbee.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitlbee.h') diff --git a/bitlbee.h b/bitlbee.h index 7ecc8d5d..805c7052 100644 --- a/bitlbee.h +++ b/bitlbee.h @@ -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 ); -- cgit v1.2.3