summaryrefslogtreecommitdiff
path: root/include/bsd/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bsd/string.h')
-rw-r--r--include/bsd/string.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/bsd/string.h b/include/bsd/string.h
index d19f7b3..185a42d 100644
--- a/include/bsd/string.h
+++ b/include/bsd/string.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004, 2005 Guillem Jover
+ * Copyright (C) 2004, 2005, 2009 Guillem Jover
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -36,4 +36,6 @@ size_t strlcat(char *dst, const char *src, size_t siz);
char *fgetln(FILE *fp, size_t *lenp);
wchar_t *fgetwln(FILE * __restrict fp, size_t *lenp);
+void strmode(mode_t mode, char *str);
+
#endif