Changeset devel,70 for devel/bitlbee.h

Show
Ignore:
Timestamp:
2005-12-08T12:30:43Z (5 years ago)
Author:
Jelmer Vernooij <jelmer@…>
branch-nick:
jelmer.integration
revision id:
jelmer@samba.org-20051208123043-ce4dfb0d4eb5beb6
Message:

Add some const

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • devel/bitlbee.h

    r67 r70  
    127127int root_command_string( irc_t *irc, user_t *u, char *command, int flags ); 
    128128int root_command( irc_t *irc, char *command[] ); 
    129 int bitlbee_load( irc_t *irc, char *password ); 
     129int bitlbee_load( irc_t *irc, const char *password ); 
    130130int bitlbee_save( irc_t *irc ); 
    131131void bitlbee_shutdown( gpointer data );