brewpanel/sockio.h

Thu, 25 Apr 2024 14:52:50 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 25 Apr 2024 14:52:50 +0200
changeset 709
5b6d7b640e52
parent 637
21e542c15832
permissions
-rw-r--r--

Removed old webpages from the repository

#ifndef _SOCKIO_H
#define	_SOCKIO_H
#ifdef	HAVE_SDL2_SDL_H


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


#endif
#endif

mercurial