]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_lcommunity.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / bgpd / bgp_lcommunity.h
index c88a016396720c8267eeba59e3593f09728d05f0..23c777d9fd38da5720f6b025ff18def08a1d3164 100644 (file)
@@ -60,7 +60,7 @@ extern struct lcommunity *lcommunity_merge(struct lcommunity *,
                                           struct lcommunity *);
 extern struct lcommunity *lcommunity_uniq_sort(struct lcommunity *);
 extern struct lcommunity *lcommunity_intern(struct lcommunity *);
-extern int lcommunity_cmp(const void *, const void *);
+extern bool lcommunity_cmp(const void *arg1, const void *arg2);
 extern void lcommunity_unintern(struct lcommunity **);
 extern unsigned int lcommunity_hash_make(void *);
 extern struct hash *lcommunity_hash(void);