aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-10-01 03:06:16 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-10-01 03:06:16 +0000
commit98450521145e963ff3036feb954aadef1d3d3813 (patch)
treee253699e7d4abbccc47e387e09ef1c2c6d4716c4 /include
parentaaa01deb98105d78c4ecd3bc194914b454f40a67 (diff)
downloadbusybox-w32-98450521145e963ff3036feb954aadef1d3d3813.tar.gz
busybox-w32-98450521145e963ff3036feb954aadef1d3d3813.tar.bz2
busybox-w32-98450521145e963ff3036feb954aadef1d3d3813.zip
Patch by Rob Landley, work in progress update, fixes lots of bugs,
introduces a few others (but they are being worked on) git-svn-id: svn://busybox.net/trunk/busybox@7583 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 2bb5ce02d..eb6841d33 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -28,6 +28,7 @@
28#include <stdarg.h> 28#include <stdarg.h>
29#include <sys/stat.h> 29#include <sys/stat.h>
30#include <sys/types.h> 30#include <sys/types.h>
31#include <regex.h>
31#include <termios.h> 32#include <termios.h>
32 33
33#include <netdb.h> 34#include <netdb.h>
@@ -468,5 +469,5 @@ extern void print_login_prompt(void);
468extern void vfork_daemon_rexec(int argc, char **argv, char *foreground_opt); 469extern void vfork_daemon_rexec(int argc, char **argv, char *foreground_opt);
469extern void get_terminal_width_height(int fd, int *width, int *height); 470extern void get_terminal_width_height(int fd, int *width, int *height);
470extern unsigned long get_ug_id(const char *s, long (*my_getxxnam)(const char *)); 471extern unsigned long get_ug_id(const char *s, long (*my_getxxnam)(const char *));
471 472extern void xregcomp(regex_t *preg, const char *regex, int cflags);
472#endif /* __LIBCONFIG_H__ */ 473#endif /* __LIBCONFIG_H__ */