aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-22 14:35:29 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-22 14:35:29 +0000
commit264e771b8bdb4f6ddf9ebd171ce0a88f9b855fb7 (patch)
tree9298f179dafc263545e7c1cd234880b5a755aff9 /shell
parent19c370167a4c2286dbb944ae2d558f7c20e16291 (diff)
downloadbusybox-264e771b8bdb4f6ddf9ebd171ce0a88f9b855fb7.tar.gz
Reduce exported from lash applet
Diffstat (limited to 'shell')
-rw-r--r--shell/lash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/lash.c b/shell/lash.c
index c4655acd8..f4cadde14 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -778,7 +778,7 @@ static char* itoa(register int i)
return b;
}
-char * strsep_space( char *string, int * ix)
+static char * strsep_space( char *string, int * ix)
{
char *token, *begin;
@@ -1560,7 +1560,7 @@ static int busy_loop(FILE * input)
}
#ifdef CONFIG_FEATURE_CLEAN_UP
-void free_memory(void)
+static void free_memory(void)
{
if (cwd && cwd!=bb_msg_unknown) {
free((char*)cwd);