aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/duser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/duser.h b/include/duser.h
index ac915c8..fa4b8b2 100644
--- a/include/duser.h
+++ b/include/duser.h
@@ -65,6 +65,7 @@ typedef struct record_t
} record_t;
void usage(void);
+char *__basename(char *path);
int strval(const char* str);
int strfind(const char* str1, const char* str2);
int touch(const char* filename, mode_t mode);