diff options
Diffstat (limited to 'include')
| -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 51afd1e9d..93ab5375c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -230,6 +230,7 @@ extern unsigned long bb_xparse_number(const char *numstr, | |||
| 230 | * increases target size and is often not needed embedded systems. */ | 230 | * increases target size and is often not needed embedded systems. */ |
| 231 | extern long my_getpwnam(const char *name); | 231 | extern long my_getpwnam(const char *name); |
| 232 | extern long my_getgrnam(const char *name); | 232 | extern long my_getgrnam(const char *name); |
| 233 | extern char * my_getug(char *buffer, char *idname, long id, int bufsize, char prefix); | ||
| 233 | extern char * my_getpwuid(char *name, long uid, int bufsize); | 234 | extern char * my_getpwuid(char *name, long uid, int bufsize); |
| 234 | extern char * my_getgrgid(char *group, long gid, int bufsize); | 235 | extern char * my_getgrgid(char *group, long gid, int bufsize); |
| 235 | extern char *bb_askpass(int timeout, const char * prompt); | 236 | extern char *bb_askpass(int timeout, const char * prompt); |
