#ifndef EL__PROTOCOL_COMMON_H #define EL__PROTOCOL_COMMON_H /* Close all non-terminal file descriptors. */ void close_all_non_term_fd(void); #endif