From 2a204c75574354886fad6567375542a8c0fff921 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 19 Apr 2011 08:30:40 -0400 Subject: cfg.c now depends on cfg.h duser.c depends on cfg.h Removed cfg prototypes from duser.h --- cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg.c') diff --git a/cfg.c b/cfg.c index 62a9a41..b30bd3f 100644 --- a/cfg.c +++ b/cfg.c @@ -26,8 +26,8 @@ #include #include #include "duser.h" +#include "cfg.h" -#define CFG_MAX 255 FILE *cfgfp; int cfg_open(const char* filename) -- cgit