brewpanel/sockio.h

Sat, 14 Nov 2015 17:00:37 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 14 Nov 2015 17:00:37 +0100
changeset 421
0258107a9e72
parent 420
644a6106d712
child 428
d64c4c1edd78
permissions
-rw-r--r--

Fixed compiling on a raspberry

#ifndef _SOCKIO_H
#define	_SOCKIO_H
#ifdef	HAVE_SDL_SDL_H


void socket_recv(void);
int  socket_connect(void);


#endif
#endif

mercurial