From 8445a9ff99f04cad8845a1aed6ab17737f2d985a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 1 May 2005 00:22:03 +0000 Subject: On Tuesday 19 April 2005 21:10, Tito wrote and today added: > Hi, > this is a first attempt of size optimization for zcip taking into account all > the hints given so far on the list. > I've applied just the more obvious busyboxifications so maybe it could be > optimized more. BTW: I've ripped out a lot of debug code and changed c++ // comments to /* */ as both were rather confusing for a newbie like me. ;-) Sorry to the author for that. I know that this makes mantaining the code easier, but I'm simple minded.... --- include/libbb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index 9daa1cf92..f2401374b 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -430,6 +430,7 @@ extern void run_shell ( const char *shell, int loginshell, const char *command, ); extern int run_parts(char **args, const unsigned char test_mode, char **env); extern int restricted_shell ( const char *shell ); +extern void xsetenv ( const char *key, const char *value ); extern void setup_environment ( const char *shell, int loginshell, int changeenv, const struct passwd *pw ); extern int correct_password ( const struct passwd *pw ); extern char *pw_encrypt(const char *clear, const char *salt); -- cgit v1.2.3