src/sock.h
changeset 4 a3ca0f97a075
parent 3 cc94ae754e2a
child 5 a09a0797f6f0
--- a/src/sock.h	Sun Feb 22 06:44:16 2009 +0200
+++ b/src/sock.h	Sun Feb 22 06:52:55 2009 +0200
@@ -15,7 +15,7 @@
 /*
  * Initialize the socket module's global state. Call this before calling any other sock_* functions.
  */
-err_t sock_init (void);
+err_t sock_init (struct error_info *err);
 
 /*
  * A simple blocking TCP connect to the given host/service, using getaddrinfo. The connected socket is returned via