aboutsummaryrefslogtreecommitdiff
path: root/duser.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-04-19 08:30:40 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2011-04-19 08:30:40 -0400
commit2a204c75574354886fad6567375542a8c0fff921 (patch)
tree2429a7e0af57a667eefd7f302c23ce0ca5526a33 /duser.h
parent92f5117ad21883e031137fa913489bb0c84396df (diff)
downloadduser-2a204c75574354886fad6567375542a8c0fff921.tar.gz
cfg.c now depends on cfg.h
duser.c depends on cfg.h Removed cfg prototypes from duser.h
Diffstat (limited to 'duser.h')
-rw-r--r--duser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/duser.h b/duser.h
index 1a93ebe..8b8c993 100644
--- a/duser.h
+++ b/duser.h
@@ -48,9 +48,6 @@ typedef struct record_t
int pad3;
} record_t;
-int cfg_open(const char* filename);
-void cfg_close();
-int cfg_get_key(char* val, const char* key);
int logcleanup();
int COM(const char* func, char *format, ...);
record_t* find_in_file(const char* filename, const char* needle);