diff th_network.h @ 783:db1a132c7754

Add missing void to mark empty function argument lists.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 Dec 2023 07:27:35 +0200
parents 31bc1ed07cf5
children
line wrap: on
line diff
--- a/th_network.h	Thu Aug 03 09:04:43 2023 +0300
+++ b/th_network.h	Wed Dec 20 07:27:35 2023 +0200
@@ -130,7 +130,7 @@
 } th_conn_t;
 
 
-int         th_network_init();
+int         th_network_init(void);
 void        th_network_close(void);
 
 struct hostent *th_resolve_host(th_conn_t *conn, const char *name);