Changeset 7e563ed for commands.h
- Timestamp:
- 2006-01-04T12:09:07Z (17 years ago)
- Branches:
- master
- Children:
- 08995b0
- Parents:
- 0196c47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.h
r0196c47 r7e563ed 29 29 #include "bitlbee.h" 30 30 31 /* Hmm... Linked list? Plleeeeaaase?? ;-) */32 33 31 typedef struct command_t 34 32 { … … 58 56 int cmd_dump( irc_t *irc, char **cmd ); 59 57 60 61 62 extern command_t commands[]; 58 extern const command_t commands[]; 63 59 64 60 #endif
Note: See TracChangeset
for help on using the changeset viewer.