--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/helpgen/utils.h Sat Dec 22 17:52:45 2007 -0500 @@ -0,0 +1,7 @@ +#ifndef UTILS_H +#define UTILS_H + +void *domalloc(size_t); +char *dostrdup(const char *); + +#endif /* UTILS_H */