aboutsummaryrefslogtreecommitdiff
path: root/duser.h
diff options
context:
space:
mode:
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