brewpanel/sockio.h

Thu, 19 Jul 2018 12:47:52 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 19 Jul 2018 12:47:52 +0200
changeset 545
c382a6c58c20
parent 428
d64c4c1edd78
child 637
21e542c15832
permissions
-rw-r--r--

Fixed compiling whithout mqtt support.

#ifndef _SOCKIO_H
#define	_SOCKIO_H
#ifdef	HAVE_SDL_SDL_H


void socket_recv(SGOBJ *dlg);
int  socket_connect(void);


#endif
#endif

mercurial