diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-29 16:52:56 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-29 16:52:56 +0000 |
commit | b79f2997f1fee887a6833a6954e1eef1221359f3 (patch) | |
tree | bdec03f33a971a96f36c06dd5e2e971720718604 /libbb/compare_string_array.c | |
parent | 474500917e246405315586c0781d72b6d7263665 (diff) | |
download | busybox-w32-b79f2997f1fee887a6833a6954e1eef1221359f3.tar.gz busybox-w32-b79f2997f1fee887a6833a6954e1eef1221359f3.tar.bz2 busybox-w32-b79f2997f1fee887a6833a6954e1eef1221359f3.zip |
More extern removal from Robert P. Day.
git-svn-id: svn://busybox.net/trunk/busybox@14687 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/compare_string_array.c')
-rw-r--r-- | libbb/compare_string_array.c | 3 |
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 @@ | |||
17 | #include <string.h> | 17 | #include <string.h> |
18 | 18 | ||
19 | /* returns the array number of the string */ | 19 | /* returns the array number of the string */ |
20 | extern int | 20 | int compare_string_array(const char * const string_array[], const char *key) |
21 | compare_string_array(const char * const string_array[], const char *key) | ||
22 | { | 21 | { |
23 | int i; | 22 | int i; |
24 | 23 | ||