summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/neighbors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/normal/neighbors.h')
-rw-r--r--src/ipcpd/normal/neighbors.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ipcpd/normal/neighbors.h b/src/ipcpd/normal/neighbors.h
index c958affc..b9fa1405 100644
--- a/src/ipcpd/normal/neighbors.h
+++ b/src/ipcpd/normal/neighbors.h
@@ -72,6 +72,9 @@ int nbs_update_qos(struct nbs * nbs,
int nbs_del(struct nbs * nbs,
int fd);
+bool nbs_has(struct nbs * nbs,
+ uint64_t addr);
+
int nbs_reg_notifier(struct nbs * nbs,
struct nb_notifier * notify);