Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.h

    re9b755e r34b17d9  
    3333{
    3434        char *iface;
    35         char *port;
     35        signed int port;
    3636        int nofork;
    3737        int verbose;
     
    5151} conf_t;
    5252
    53 G_GNUC_MALLOC conf_t *conf_load( int argc, char *argv[] );
     53conf_t *conf_load( int argc, char *argv[] );
    5454void conf_loaddefaults( irc_t *irc );
    5555
Note: See TracChangeset for help on using the changeset viewer.