chiark / gitweb /
Provide for a network initialization step
[disorder] / lib / common.h
index 99f867162698946bfa680019fa1da58abfaad639..93dd4315a0c2bc862a6b22ef3dac60521de295a0 100644 (file)
@@ -31,6 +31,8 @@
 # define declspec(x)
 # define socket_error() (errno)
 # define system_error() (errno)
+# define network_init()
+
 #if HAVE_INTTYPES_H
 # include <inttypes.h>
 #endif