brewpanel/sockio.h

Fri, 22 Mar 2024 11:48:35 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 22 Mar 2024 11:48:35 +0100
changeset 643
586d376ab629
parent 637
21e542c15832
permissions
-rw-r--r--

Updates for DHT11 reading

#ifndef _SOCKIO_H
#define	_SOCKIO_H
#ifdef	HAVE_SDL2_SDL_H


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


#endif
#endif

mercurial