config: Access OPT_MUST_SAVE in the real option, not alias.
[elinks/elinks-j605.git] / src / protocol / common.h
blob1f43b7900016411114ac7e3c1ead88bace322364
1 #ifndef EL__PROTOCOL_COMMON_H
2 #define EL__PROTOCOL_COMMON_H
4 /* Close all non-terminal file descriptors. */
5 void close_all_non_term_fd(void);
7 #endif