]> git.meshlink.io Git - meshlink/commitdiff
explicit declaration of node_write_dclass
authorNiklas Hofmann <niklas.hofmann@everbase.net>
Sat, 9 Aug 2014 14:38:52 +0000 (16:38 +0200)
committerNiklas Hofmann <niklas.hofmann@everbase.net>
Sat, 9 Aug 2014 14:38:52 +0000 (16:38 +0200)
src/protocol_auth.c
src/protocol_edge.c

index d72257b75845f600a007fa5c85a99942740d19d7..76188f6ebdba79fa11837daffeea33b897750ad0 100644 (file)
@@ -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) {
index 3852ad65449bf88217a2f1a5d11142fe40d80e8b..d09a78779ed370fc2bd57bcf73f2086fdbed5970 100644 (file)
@@ -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;