#include <cstdio>
#include <csignal>
#include <unistd.h>
#include <readline/readline.h>
#include <readline/history.h>
#include "DomainFunctions.H"
#include "ContactFunctions.H"
#include "PollFunctions.H"
Functions | |
void | welcome_message () |
Prints info when program starts. | |
void | init_readline () |
Calls command-set init function and customize readline if necessary. | |
int | execute (char *line) |
Run a command line. | |
int | usage () |
prints usage instructions | |
int | main (int argc, char **argv) |
main |
int execute | ( | char * | line | ) |
Run a command line.
line | command line to be run |
References find_command(), SheppCommand::function, and SheppStrUtil::parse_line().
Referenced by main().