summaryrefslogtreecommitdiff
path: root/src/network/networkd-neighbor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/networkd-neighbor.h')
-rw-r--r--src/network/networkd-neighbor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/network/networkd-neighbor.h b/src/network/networkd-neighbor.h
index 7ac2f90eb3..8feb515e05 100644
--- a/src/network/networkd-neighbor.h
+++ b/src/network/networkd-neighbor.h
@@ -33,6 +33,9 @@ typedef struct Neighbor {
Neighbor *neighbor_free(Neighbor *neighbor);
+void neighbor_hash_func(const Neighbor *neighbor, struct siphash *state);
+int neighbor_compare_func(const Neighbor *a, const Neighbor *b);
+
void network_drop_invalid_neighbors(Network *network);
int link_drop_neighbors(Link *link);