From a1177c9aef02b7b9fb2702924d78c2b135a12ff2 Mon Sep 17 00:00:00 2001 From: Niklas Hofmann Date: Sat, 9 Aug 2014 16:38:52 +0200 Subject: [PATCH] explicit declaration of node_write_dclass --- src/protocol_auth.c | 2 ++ src/protocol_edge.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/protocol_auth.c b/src/protocol_auth.c index d72257b7..76188f6e 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -36,6 +36,8 @@ #include "utils.h" #include "xalloc.h" #include "ed25519/sha512.h" + +extern bool node_write_dclass(meshlink_handle_t *mesh, node_t *n); static bool send_proxyrequest(meshlink_handle_t *mesh, connection_t *c) { switch(mesh->proxytype) { diff --git a/src/protocol_edge.c b/src/protocol_edge.c index 3852ad65..d09a7877 100644 --- a/src/protocol_edge.c +++ b/src/protocol_edge.c @@ -33,6 +33,8 @@ #include "utils.h" #include "xalloc.h" +extern bool node_write_dclass(meshlink_handle_t *mesh, node_t *n); + bool send_add_edge(meshlink_handle_t *mesh, connection_t *c, const edge_t *e) { bool x; char *address, *port; -- 2.39.2