From 75f8d080a28f2a9076a5f60afeba41ac876a78a4 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 22 Nov 2006 15:54:52 +0000 Subject: telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd. --- include/libbb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index bec3ce11c..1c82cbbba 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -204,6 +204,7 @@ extern off_t bb_copyfd_size(int fd1, int fd2, off_t size); extern off_t bb_copyfd_eof(int fd1, int fd2); extern char bb_process_escape_sequence(const char **ptr); extern char *bb_get_last_path_component(char *path); +extern int ndelay_on(int fd); extern DIR *xopendir(const char *path); -- cgit v1.2.3