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

16 lines
291 B
C
Raw Normal View History

2006-01-16 17:42:17 -05:00
#ifndef EL__PROTOCOL_COMMON_H
#define EL__PROTOCOL_COMMON_H
#include "network/state.h"
struct string;
struct uri;
2006-01-16 17:42:17 -05:00
/* Close all non-terminal file descriptors. */
void close_all_non_term_fd(void);
enum connection_state
init_directory_listing(struct string *page, struct uri *uri);
2006-01-16 17:42:17 -05:00
#endif