#include "auc-cd.h"#include <stdio.h>#include <fcntl.h>#include <signal.h>#include <unistd.h>

Go to the source code of this file.
Defines | |
| #define | CD_MAIN |
Functions | |
| void | runCommander () |
| void | setSignals () |
| void | signal_handler (int) |
| void | usage () |
| void | aucClientServer () |
| int | main (int const argc, const char **const argv) |
Variables | |
| const char * | cdOrKb |
| #define CD_MAIN |
Definition at line 1 of file auc-cd.cpp.
| void aucClientServer | ( | ) |
Definition at line 25 of file auc-cd.cpp.
| int main | ( | int const | argc, | |
| const char **const | argv | |||
| ) |
Definition at line 97 of file auc-cd.cpp.
| void runCommander | ( | ) |
Definition at line 159 of file auc-cd.cpp.
| void setSignals | ( | ) |
Definition at line 184 of file auc-cd.cpp.
| void signal_handler | ( | int | sig | ) |
Definition at line 196 of file auc-cd.cpp.
| void usage | ( | ) |
Definition at line 214 of file auc-cd.cpp.
| const char* cdOrKb |
Definition at line 9 of file auc-cd.cpp.
1.5.6