diff options
Diffstat (limited to 'lib/str.h')
| -rw-r--r-- | lib/str.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,5 +29,7 @@ extern size_t strnlen(const char *s, size_t maxlen); extern char * strndup (const char *, size_t); #endif +extern int strmatch (const char *, const char *); + #endif /* _ZEBRA_STR_H */ |
