src/sock.c
changeset 2 a834f0559939
parent 1 cf0e1bb6bcab
child 3 cc94ae754e2a
--- a/src/sock.c	Sun Feb 22 03:57:44 2009 +0200
+++ b/src/sock.c	Sun Feb 22 05:27:29 2009 +0200
@@ -1,5 +1,12 @@
 
 #include "sock_internal.h"
+#include "sock_gnutls.h"
+
+void sock_init (void)
+{
+    // XXX: just call directly for now
+    sock_gnutls_init();
+}
 
 int sock_stream_read (struct sock_stream *sock, void *buf, size_t len)
 {