aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-01 00:22:03 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-01 00:22:03 +0000
commit6a4d3cacae28095bb218d451f8fbaa3defc95d94 (patch)
treef31c09bf14817ee84ae6fbc247f0c62152fff7e7 /include
parent8f07a1510757654df50f7c7a8f4b8619841ee2a7 (diff)
downloadbusybox-w32-6a4d3cacae28095bb218d451f8fbaa3defc95d94.tar.gz
busybox-w32-6a4d3cacae28095bb218d451f8fbaa3defc95d94.tar.bz2
busybox-w32-6a4d3cacae28095bb218d451f8fbaa3defc95d94.zip
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.... git-svn-id: svn://busybox.net/trunk/busybox@10215 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
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,
430); 430);
431extern int run_parts(char **args, const unsigned char test_mode, char **env); 431extern int run_parts(char **args, const unsigned char test_mode, char **env);
432extern int restricted_shell ( const char *shell ); 432extern int restricted_shell ( const char *shell );
433extern void xsetenv ( const char *key, const char *value );
433extern void setup_environment ( const char *shell, int loginshell, int changeenv, const struct passwd *pw ); 434extern void setup_environment ( const char *shell, int loginshell, int changeenv, const struct passwd *pw );
434extern int correct_password ( const struct passwd *pw ); 435extern int correct_password ( const struct passwd *pw );
435extern char *pw_encrypt(const char *clear, const char *salt); 436extern char *pw_encrypt(const char *clear, const char *salt);