aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2012-03-29 13:56:11 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2012-05-25 14:21:21 -0400
commit40ede2e62c3bf4b45a28241bfb185b443d090393 (patch)
tree28d52b346e329a89724b72b9d1d076a3c23b8d1e
parent5058178c6e66589e7fba8d37830ea4c2557e0a68 (diff)
downloadduser-40ede2e62c3bf4b45a28241bfb185b443d090393.tar.gz
Added prototype for __basename
-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);