]> git.ipfire.org Git - people/ms/network.git/commitdiff
libnetwork: Fix prototype of network_version()
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 30 Jan 2023 18:56:17 +0000 (18:56 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 30 Jan 2023 18:56:17 +0000 (18:56 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libnetwork/network/libnetwork.h

index 2919fc9eb37331f1eaed5a333be682df7b91aafb..e69fd04ecde6efd1dec8e2cc59f22dbe30ce7962 100644 (file)
@@ -36,7 +36,7 @@ void network_set_log_fn(struct network_ctx* ctx,
 int network_get_log_priority(struct network_ctx* ctx);
 void network_set_log_priority(struct network_ctx* ctx, int priority);
 
-const char* network_version();
+const char* network_version(void);
 
 #ifdef NETWORK_PRIVATE