src/sock_internal.h
branchnew-lib-errors
changeset 219 cefec18b8268
parent 218 5229a5d098b2
--- a/src/sock_internal.h	Thu May 28 00:35:02 2009 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#ifndef SOCK_INTERNAL_H
-#define SOCK_INTERNAL_H
-
-/**
- * @file
- *
- * internal sock_* interface
- */
-#include "sock.h"
-
-/**
- * Global sock_stream_ctx used for sock_init() and all sock_stream's
- */
-extern struct sock_stream_ctx {
-    /** libevent core */
-    struct event_base *ev_base;
-
-} _sock_stream_ctx;
-
-#endif /* SOCK_INTERNAL_H */