diff options
| author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-24 03:22:57 +0000 |
|---|---|---|
| committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-24 03:22:57 +0000 |
| commit | eebcc1d98a9901ff69ffb97ba99bccd36666000f (patch) | |
| tree | ad1e21191b4aef5ff0c0fa9c30717e77d023cc5d /include/libbb.h | |
| parent | d72e34c7524a947ba004afff91272c27549b3085 (diff) | |
| download | busybox-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.h | 1 |
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 | ||
| 468 | extern void vfork_daemon_rexec(int argc, char **argv, char *foreground_opt); | 468 | extern void vfork_daemon_rexec(int argc, char **argv, char *foreground_opt); |
| 469 | extern void get_terminal_width_height(int fd, int *width, int *height); | 469 | extern void get_terminal_width_height(int fd, int *width, int *height); |
| 470 | extern unsigned long get_ug_id(const char *s, long (*my_getxxnam)(const char *)); | ||
| 470 | 471 | ||
| 471 | #endif /* __LIBCONFIG_H__ */ | 472 | #endif /* __LIBCONFIG_H__ */ |
