version 1.59 | | version 1.60 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.59 2006/03/18 15:05:37 ryo_saeba Exp $"; | | * "$Id: commands.c,v 1.60 2006/03/18 17:15:25 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
static int compare_A(const void *a, const void *b) | | static int compare_A(const void *a, const void *b) |
{ | | { |
return strcmp(((command_array_struct *)a)->name, ((command_array_struct *)b)->name); | | return strcmp(((const command_array_struct *)a)->name, ((const command_array_struct *)b)->name); |
} | | } |
| | |
void init_commands(void) | | void init_commands(void) |