projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d3a0e8
)
- add prototype for llist_add_to_end to libbb.h
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 4 Oct 2005 13:39:06 +0000
(13:39 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 4 Oct 2005 13:39:06 +0000
(13:39 -0000)
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index 02bdb5861d3750d1967983c5167ec0bfa80bab12..484f4e07b0121d3dafd1b70cb2c9aee78b4582b1 100644
(file)
--- a/
include/libbb.h
+++ b/
include/libbb.h
@@
-459,6
+459,7
@@
typedef struct llist_s {
struct llist_s *link;
} llist_t;
extern llist_t *llist_add_to(llist_t *old_head, char *new_item);
+extern llist_t *llist_add_to_end(llist_t *list_head, char *data);
extern void print_login_issue(const char *issue_file, const char *tty);
extern void print_login_prompt(void);