diff options
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__ */ |