diff options
author | Glenn L McGrath | 2003-09-24 03:22:57 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-09-24 03:22:57 +0000 |
commit | eebcc1d98a9901ff69ffb97ba99bccd36666000f (patch) | |
tree | ad1e21191b4aef5ff0c0fa9c30717e77d023cc5d /include/libbb.h | |
parent | d72e34c7524a947ba004afff91272c27549b3085 (diff) | |
download | busybox-eebcc1d98a9901ff69ffb97ba99bccd36666000f.zip busybox-eebcc1d98a9901ff69ffb97ba99bccd36666000f.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index a6ccff4..2bb5ce0 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -467,5 +467,6 @@ extern void print_login_prompt(void); extern void vfork_daemon_rexec(int argc, char **argv, char *foreground_opt); extern void get_terminal_width_height(int fd, int *width, int *height); +extern unsigned long get_ug_id(const char *s, long (*my_getxxnam)(const char *)); #endif /* __LIBCONFIG_H__ */ |