]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
Declare a static function as static
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Jan 2018 16:30:46 +0000 (16:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Jan 2018 16:30:46 +0000 (16:30 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/network.c

index 7c7a819ba7fde5bc12c9ef74321e12c3080d8311..9eda7597fb8127893d2c49ee246f571fcdae9042 100644 (file)
@@ -469,7 +469,7 @@ LOC_EXPORT struct loc_network_tree* loc_network_tree_unref(struct loc_network_tr
        return NULL;
 }
 
        return NULL;
 }
 
-int __loc_network_tree_dump(struct loc_network* network, void* data) {
+static int __loc_network_tree_dump(struct loc_network* network, void* data) {
        DEBUG(network->ctx, "Dumping network at %p\n", network);
 
        char* s = loc_network_str(network);
        DEBUG(network->ctx, "Dumping network at %p\n", network);
 
        char* s = loc_network_str(network);