Split commands into different files

This commit is contained in:
Joseph Redmon
2015-03-06 10:49:03 -08:00
parent 26cddc6f93
commit 2313a8eb54
8 changed files with 887 additions and 870 deletions

View File

@ -4,6 +4,7 @@
#include <time.h>
#include "list.h"
char *basecfg(char *cfgfile);
int alphanum_to_int(char c);
char int_to_alphanum(int i);
void read_all(int fd, char *buffer, size_t bytes);