aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-21 20:55:56 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-21 20:55:56 +0000
commit3769f7ce09d3189a2ea7af6c547c185ef65497bb (patch)
treecc4bb2d87b27a82c93e46d0abc3f9ab8a3f3a232 /include
parentff52df891c6367f894a629d818da41e58b3dd483 (diff)
downloadbusybox-w32-3769f7ce09d3189a2ea7af6c547c185ef65497bb.tar.gz
busybox-w32-3769f7ce09d3189a2ea7af6c547c185ef65497bb.tar.bz2
busybox-w32-3769f7ce09d3189a2ea7af6c547c185ef65497bb.zip
run telnet from inetd, present login prompt if login is configured,
patch from Bastian Blank git-svn-id: svn://busybox.net/trunk/busybox@6407 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index d67bf07ec..42e89a5e9 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -277,7 +277,6 @@ extern const char * const gshadow_file;
277extern const char * const group_file; 277extern const char * const group_file;
278extern const char * const securetty_file; 278extern const char * const securetty_file;
279extern const char * const motd_file; 279extern const char * const motd_file;
280extern const char * const issue_file;
281extern const char * const _path_login; 280extern const char * const _path_login;
282 281
283#ifdef CONFIG_FEATURE_DEVFS 282#ifdef CONFIG_FEATURE_DEVFS
@@ -365,4 +364,7 @@ typedef struct llist_s {
365} llist_t; 364} llist_t;
366extern llist_t *llist_add_to(llist_t *old_head, char *new_item); 365extern llist_t *llist_add_to(llist_t *old_head, char *new_item);
367 366
367void print_login_issue(const char *issue_file, const char *tty);
368void print_login_prompt(void);
369
368#endif /* __LIBCONFIG_H__ */ 370#endif /* __LIBCONFIG_H__ */