repo.or.cz
/
elinks
/
elinks-j605.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
config: Access OPT_MUST_SAVE in the real option, not alias.
[elinks/elinks-j605.git]
/
src
/
protocol
/
common.h
blob
1f43b7900016411114ac7e3c1ead88bace322364
1
#ifndef EL__PROTOCOL_COMMON_H
2
#define EL__PROTOCOL_COMMON_H
3
4
/* Close all non-terminal file descriptors. */
5
void
close_all_non_term_fd
(
void
);
6
7
#endif