Go to the source code of this file.
Functions | |
| void | execute (char *buff) |
| int | check_toten (void) |
| int | open_logfile (void) |
| If the directory ~/.toten doesn't exist, we assume that no logging is desired. | |
| int | write_log (char *log) |
| int | main (int argc, char **argv) |
Variables | |
| static FILE * | logfile |
Definition in file main.m.
|
|
If the directory ~/.toten doesn't exist, we assume that no logging is desired. Therefore, you should mkdir ~/.toten first if you want toten to log its activities. Referenced by main(). |
1.4.5