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 e5d28d1b74..d7d652abff 100644 --- a/bgpd/bgp_regex.h +++ b/bgpd/bgp_regex.h @@ -24,13 +24,13 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  #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 */  | 
