aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2012-03-30 10:10:54 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2012-05-25 14:21:21 -0400
commitb5eeb313e25c83f5ff39f16e6ce91e3348d705c9 (patch)
treef9a664f5ee6033fefba18e5a6ff670f871eae4b2
parent4d4407042949f5bdbcaeebfed62b18be64408833 (diff)
downloadduser-b5eeb313e25c83f5ff39f16e6ce91e3348d705c9.tar.gz
BUGFIX: compat string handling prototypes are defined
-rw-r--r--include/duser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/duser.h b/include/duser.h
index fa4b8b2..894d8a8 100644
--- a/include/duser.h
+++ b/include/duser.h
@@ -64,6 +64,10 @@ typedef struct record_t
int pad3;
} record_t;
+#ifdef HAVE_COMPAT
+char* strcasestr(const char *s, const char *find);
+char* strchrnul (const char *s, int c_in);
+#endif
void usage(void);
char *__basename(char *path);
int strval(const char* str);