Blob Blame History Raw
/* Copyright (C) 1995 Bjoern Beutel. */

/* Description. =============================================================*/

/* Tools for an interactive command line interpreter. */

/* Functions for reading and executing commands. ============================*/

extern void command_loop( string_t prompt, command_t *commands[] );
/* Read user commands, look for them in COMMANDS and execute them
 * until a command returns FALSE. */

/* End of file. =============================================================*/