aboutsummaryrefslogtreecommitdiff
path: root/duser.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-04-06 10:16:42 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2012-05-25 14:20:34 -0400
commitc681150bc3c376ca91f5feead2f9a79ed64a46c3 (patch)
treecc0d78a00b7ed83dad5065073de3f7c866cb3eac /duser.h
parent37801d15cb3f0c5a16f101a9fa40b7f5e81fce82 (diff)
downloadduser-c681150bc3c376ca91f5feead2f9a79ed64a46c3.tar.gz
Command line argument "new" added
user_new_list() function added
Diffstat (limited to 'duser.h')
-rw-r--r--duser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/duser.h b/duser.h
index 15bc82b..e53f940 100644
--- a/duser.h
+++ b/duser.h
@@ -49,6 +49,7 @@ int user_del(record_t* rec);
int user_cmd(const int argc, char* argv[]);
int user_choice(char c);
int user_add(const char* filename, const char* needle);
+int user_new_list(const char* fname);
char *dstrchrnul(const char* s, int c);
#endif