aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-09-24 03:22:57 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-09-24 03:22:57 +0000
commiteebcc1d98a9901ff69ffb97ba99bccd36666000f (patch)
treead1e21191b4aef5ff0c0fa9c30717e77d023cc5d /include/libbb.h
parentd72e34c7524a947ba004afff91272c27549b3085 (diff)
downloadbusybox-w32-eebcc1d98a9901ff69ffb97ba99bccd36666000f.tar.gz
busybox-w32-eebcc1d98a9901ff69ffb97ba99bccd36666000f.tar.bz2
busybox-w32-eebcc1d98a9901ff69ffb97ba99bccd36666000f.zip
Add the "install" applet, move get_ug_id to libbb as its used by chown,
chgrp and install.
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index a6ccff421..2bb5ce02d 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -467,5 +467,6 @@ extern void print_login_prompt(void);
467 467
468extern void vfork_daemon_rexec(int argc, char **argv, char *foreground_opt); 468extern void vfork_daemon_rexec(int argc, char **argv, char *foreground_opt);
469extern void get_terminal_width_height(int fd, int *width, int *height); 469extern void get_terminal_width_height(int fd, int *width, int *height);
470extern unsigned long get_ug_id(const char *s, long (*my_getxxnam)(const char *));
470 471
471#endif /* __LIBCONFIG_H__ */ 472#endif /* __LIBCONFIG_H__ */