nothing changed go away

This commit is contained in:
Joseph Redmon
2015-07-17 13:18:05 -07:00
parent a47874a7e8
commit 43552b6d20
6 changed files with 267 additions and 42 deletions

View File

@ -4,6 +4,8 @@
#include <time.h>
#include "list.h"
#define SECRET_NUM -1234
char *basecfg(char *cfgfile);
int alphanum_to_int(char c);
char int_to_alphanum(int i);