diff options
Diffstat (limited to 'bgpd/bgp_regex.h')
| -rw-r--r-- | bgpd/bgp_regex.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bgpd/bgp_regex.h b/bgpd/bgp_regex.h index 68bff001c9..43ebb9ac91 100644 --- a/bgpd/bgp_regex.h +++ b/bgpd/bgp_regex.h @@ -24,13 +24,13 @@ #include <zebra.h> #ifdef HAVE_LIBPCREPOSIX -# include <pcreposix.h> +#include <pcreposix.h> #else -# include <regex.h> +#include <regex.h> #endif /* HAVE_LIBPCREPOSIX */ -extern void bgp_regex_free (regex_t *regex); -extern regex_t *bgp_regcomp (const char *str); -extern int bgp_regexec (regex_t *regex, struct aspath *aspath); +extern void bgp_regex_free(regex_t *regex); +extern regex_t *bgp_regcomp(const char *str); +extern int bgp_regexec(regex_t *regex, struct aspath *aspath); #endif /* _QUAGGA_BGP_REGEX_H */ |
