aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 0cfc22018..152b87099 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -617,6 +617,7 @@ extern void print_login_issue(const char *issue_file, const char *tty);
617extern void print_login_prompt(void); 617extern void print_login_prompt(void);
618#ifdef BB_NOMMU 618#ifdef BB_NOMMU
619extern void vfork_daemon_rexec(int nochdir, int noclose, char **argv); 619extern void vfork_daemon_rexec(int nochdir, int noclose, char **argv);
620extern smallint re_execed;
620#endif 621#endif
621extern int get_terminal_width_height(const int fd, int *width, int *height); 622extern int get_terminal_width_height(const int fd, int *width, int *height);
622 623
@@ -761,7 +762,6 @@ enum { /* DO NOT CHANGE THESE VALUES! cp.c, mv.c, install.c depend on them. */
761}; 762};
762 763
763#define FILEUTILS_CP_OPTSTR "pdRfils" USE_SELINUX("c") 764#define FILEUTILS_CP_OPTSTR "pdRfils" USE_SELINUX("c")
764extern smallint re_execed;
765extern const char *applet_name; 765extern const char *applet_name;
766extern const char BB_BANNER[]; 766extern const char BB_BANNER[];
767 767