mc/vfs/tcputil.h

8 lines
117 B
C

#ifndef __TCPUTIL_H
#define __TCPUTIL_H
extern int got_sigpipe;
void tcp_init (void);
#endif /* !__TCPUTIL_H */