brewpanel/sockio.h

Fri, 05 Apr 2024 20:10:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 05 Apr 2024 20:10:26 +0200
changeset 662
56c72393ca26
parent 637
21e542c15832
permissions
-rw-r--r--

One-wire tread more relaxed logging.

#ifndef _SOCKIO_H
#define	_SOCKIO_H
#ifdef	HAVE_SDL2_SDL_H


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


#endif
#endif

mercurial