Changeset 7e563ed for commands.h


Ignore:
Timestamp:
2006-01-04T12:09:07Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
08995b0
Parents:
0196c47
Message:

Moved root_command functions to commands.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.h

    r0196c47 r7e563ed  
    2929#include "bitlbee.h"
    3030
    31 /* Hmm... Linked list? Plleeeeaaase?? ;-) */
    32 
    3331typedef struct command_t
    3432{
     
    5856int cmd_dump( irc_t *irc, char **cmd );
    5957
    60 
    61 
    62 extern command_t commands[];
     58extern const command_t commands[];
    6359
    6460#endif
Note: See TracChangeset for help on using the changeset viewer.