Joseph Redmon
2015-03-23 7100de0b59892351c03ce60760431b24947e2ca3
src/utils.h
@@ -4,6 +4,9 @@
#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);
void write_all(int fd, char *buffer, size_t bytes);
char *find_replace(char *str, char *orig, char *rep);