Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-03-29 20:52:56 +0400
committerRob Landley <rob@landley.net>2006-03-29 20:52:56 +0400
commitca087713f24d3e856c46829c005d3aa43a5dbdf1 (patch)
treebdec03f33a971a96f36c06dd5e2e971720718604 /libbb/compare_string_array.c
parentcb8d4319a3ef49ed1d08d0b1a4b6ad4fc823f769 (diff)
More extern removal from Robert P. Day.
Diffstat (limited to 'libbb/compare_string_array.c')
-rw-r--r--libbb/compare_string_array.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/compare_string_array.c b/libbb/compare_string_array.c
index e4191e35a..529d29495 100644
--- a/libbb/compare_string_array.c
+++ b/libbb/compare_string_array.c
@@ -17,8 +17,7 @@
#include <string.h>
/* returns the array number of the string */
-extern int
-compare_string_array(const char * const string_array[], const char *key)
+int compare_string_array(const char * const string_array[], const char *key)
{
int i;