Files
RedBear-OS/local/recipes/tui/mc/source/lib/vfs/netutil.h
T
vasilito 04b7641e85 config: add x11proto dependency for libxau and SDDM
- Add x11proto to redbear-full.toml package list
- libxau recipe updated with x11proto dependency and custom build script
- Fixes libxau build failure: 'Package xproto was not found'
2026-06-20 14:57:46 +03:00

27 lines
850 B
C

/**
* \file
* \brief Header: Virtual File System: Network utilities
*/
#ifndef MC__VFS_NETUTIL_H
#define MC__VFS_NETUTIL_H
#include <signal.h>
/*** typedefs(not structures) and defined constants **********************************************/
/*** enums ***************************************************************************************/
/*** structures declarations (and typedefs of structures)*****************************************/
/*** global variables defined in .c file *********************************************************/
extern SIG_ATOMIC_VOLATILE_T got_sigpipe;
/*** declarations of public functions ************************************************************/
void tcp_init (void);
/*** inline functions ****************************************************************************/
#endif /* MC_VFS_NETUTIL_H */