summaryrefslogtreecommitdiff
path: root/lib/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/str.h')
-rw-r--r--lib/str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/str.h b/lib/str.h
index 7b83fe1cb1..dc8e7e5d67 100644
--- a/lib/str.h
+++ b/lib/str.h
@@ -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 */