aboutsummaryrefslogtreecommitdiff
path: root/lib/libpies.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpies.h')
-rw-r--r--lib/libpies.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpies.h b/lib/libpies.h
index 97188b6..b9c8af7 100644
--- a/lib/libpies.h
+++ b/lib/libpies.h
@@ -56,4 +56,6 @@ int strtotok_len_ci (struct tokendef *tab, const char *str, size_t len,
56int strtotok (struct tokendef *tab, const char *str, int *pres); 56int strtotok (struct tokendef *tab, const char *str, int *pres);
57int strtotok_ci (struct tokendef *tab, const char *str, int *pres); 57int strtotok_ci (struct tokendef *tab, const char *str, int *pres);
58int toktostr (struct tokendef *tab, int tok, const char **pres); 58int toktostr (struct tokendef *tab, int tok, const char **pres);
59
60int is_array_member (char * const * ar, char const *str);
59 61

Return to:

Send suggestions and report system problems to the System administrator.