1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Added function for shell-like pattern matching. Will be used for

matching interface names in protocol-to-iface bindings.
This commit is contained in:
Martin Mares
1998-11-29 14:47:24 +00:00
parent bd5d0d62f1
commit dee929d868
3 changed files with 57 additions and 0 deletions

View File

@@ -16,4 +16,6 @@ int bvsprintf(char *str, const char *fmt, va_list args);
int bsnprintf(char *str, int size, const char *fmt, ...);
int bvsnprintf(char *str, int size, const char *fmt, va_list args);
int patmatch(byte *pat, byte *str);
#endif