diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-04-06 10:16:42 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 14:20:34 -0400 |
commit | c681150bc3c376ca91f5feead2f9a79ed64a46c3 (patch) | |
tree | cc0d78a00b7ed83dad5065073de3f7c866cb3eac /duser.h | |
parent | 37801d15cb3f0c5a16f101a9fa40b7f5e81fce82 (diff) | |
download | duser-c681150bc3c376ca91f5feead2f9a79ed64a46c3.tar.gz |
Command line argument "new" added
user_new_list() function added
Diffstat (limited to 'duser.h')
-rw-r--r-- | duser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |