diff options
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 02bdb5861..484f4e07b 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -459,6 +459,7 @@ typedef struct llist_s { | |||
459 | struct llist_s *link; | 459 | struct llist_s *link; |
460 | } llist_t; | 460 | } llist_t; |
461 | extern llist_t *llist_add_to(llist_t *old_head, char *new_item); | 461 | extern llist_t *llist_add_to(llist_t *old_head, char *new_item); |
462 | extern llist_t *llist_add_to_end(llist_t *list_head, char *data); | ||
462 | 463 | ||
463 | extern void print_login_issue(const char *issue_file, const char *tty); | 464 | extern void print_login_issue(const char *issue_file, const char *tty); |
464 | extern void print_login_prompt(void); | 465 | extern void print_login_prompt(void); |