]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_regex.h
2005-06-28 Paul Jakma <paul.jakma@sun.com>
[mirror_frr.git] / bgpd / bgp_regex.h
index 3e0905f397f46941a372e15c939ade7ff4c153dd..176b65a1069ac57cfc59e1b4b4155d1e4ec1b3d1 100644 (file)
@@ -29,8 +29,8 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 #include "regex-gnu.h"
 #endif /* HAVE_GNU_REGEX */
 
-void bgp_regex_free (regex_t *regex);
-regex_t *bgp_regcomp (const char *str);
-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 */