|
|
| version 1.2.2.2, 2010/03/09 13:47:02 | version 1.2.2.3, 2010/03/11 00:17:52 |
|---|---|
| Line 203 int io_Cmd_Help(void *cmds, FILE *out, char ** __restr | Line 203 int io_Cmd_Help(void *cmds, FILE *out, char ** __restr |
| */ | */ |
| int io_Cmd_Exit(void *cmds, FILE *out, char ** __restrict args); | int io_Cmd_Exit(void *cmds, FILE *out, char ** __restrict args); |
| /* | |
| * io_Comp_Filename() Builtin helper function for filename completion arguments | |
| * @text = Text line | |
| * @state = Position state | |
| * return: NULL not found filename, != NULL filename | |
| */ | |
| char *io_Comp_Filename(const char *text, int state); | |
| #endif | #endif |