mc/vfs/tcputil.h
Mikhail S. Pobolovets 0a7899709b Simple doxygen description for files in vfs (not subdirs) directory.
Mostly \file and \brief tag added.

Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2009-02-10 16:18:55 +02:00

14 lines
181 B
C

/**
* \file
* \brief Header: Virtual File System: Network utilities
*/
#ifndef MC_VFS_TCPUTIL_H
#define MC_VFS_TCPUTIL_H
extern int got_sigpipe;
void tcp_init (void);
#endif