brewpanel/sockio.h

Wed, 03 Apr 2024 16:53:22 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Apr 2024 16:53:22 +0200
changeset 658
b10d0f6337a3
parent 637
21e542c15832
permissions
-rw-r--r--

Fix for compile with wiringPi

#ifndef _SOCKIO_H
#define	_SOCKIO_H
#ifdef	HAVE_SDL2_SDL_H


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


#endif
#endif

mercurial