summaryrefslogtreecommitdiffstats
path: root/ffd/ffd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffd/ffd.h')
-rw-r--r--ffd/ffd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffd/ffd.h b/ffd/ffd.h
index 5d59a23..cf9d59c 100644
--- a/ffd/ffd.h
+++ b/ffd/ffd.h
@@ -138,9 +138,9 @@ extern struct timespec now;
ffd_metric_seqno_t ffd_announce_get_metric(const ffd_announce_t *announce);
-ffd_announce_t* ffd_announce_new();
+ffd_announce_t* ffd_announce_new(size_t len);
-void ffd_send_hellos();
+void ffd_send_hellos(void);
void ffd_send_update(ffd_iface_t *iface, ffd_neigh_t *neigh, const ffd_announce_t *announce);
void ffd_send_announce_request(ffd_iface_t *iface, ffd_neigh_t *neigh, ffd_node_id_t node, uint16_t type, uint16_t key);