diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 4 |
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; | |||
277 | extern const char * const group_file; | 277 | extern const char * const group_file; |
278 | extern const char * const securetty_file; | 278 | extern const char * const securetty_file; |
279 | extern const char * const motd_file; | 279 | extern const char * const motd_file; |
280 | extern const char * const issue_file; | ||
281 | extern const char * const _path_login; | 280 | extern 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; |
366 | extern llist_t *llist_add_to(llist_t *old_head, char *new_item); | 365 | extern llist_t *llist_add_to(llist_t *old_head, char *new_item); |
367 | 366 | ||
367 | void print_login_issue(const char *issue_file, const char *tty); | ||
368 | void print_login_prompt(void); | ||
369 | |||
368 | #endif /* __LIBCONFIG_H__ */ | 370 | #endif /* __LIBCONFIG_H__ */ |