1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00
elinks/src/protocol/common.h

8 lines
150 B
C
Raw Normal View History

2006-01-16 17:42:17 -05:00
#ifndef EL__PROTOCOL_COMMON_H
#define EL__PROTOCOL_COMMON_H
/* Close all non-terminal file descriptors. */
void close_all_non_term_fd(void);
#endif