]> git.meshlink.io Git - meshlink/commitdiff
Make meshlink_main_loop static, it's not part of the API.
authorGuus Sliepen <guus@sliepen.org>
Tue, 29 Jul 2014 14:51:52 +0000 (16:51 +0200)
committerGuus Sliepen <guus@sliepen.org>
Tue, 29 Jul 2014 14:51:52 +0000 (16:51 +0200)
src/meshlink.c

index 6d6b77f9707c72f5ee0e31aa8a4af82d7c2d07a0..0f6e5f8c875a60b3eb0c5cd60ee3e49315f73286 100644 (file)
@@ -789,7 +789,7 @@ meshlink_handle_t *meshlink_open(const char *confbase, const char *name) {
        return mesh;
 }
 
-void *meshlink_main_loop(void *arg) {
+static void *meshlink_main_loop(void *arg) {
        meshlink_handle_t *mesh = arg;
 
        try_outgoing_connections(mesh);