brewpanel/sockio.h

changeset 420
644a6106d712
child 428
d64c4c1edd78
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/brewpanel/sockio.h	Sat Nov 14 16:52:33 2015 +0100
@@ -0,0 +1,11 @@
+#ifndef _SOCKIO_H
+#define	_SOCKIO_H
+#ifdef	HAVE_SDL_SDL_H
+
+
+void socket_recv(void);
+int  socket_connect(void);
+
+
+#endif
+#endif

mercurial