More extern removal from Robert P. Day.

This commit is contained in:
Rob Landley
2006-03-29 16:52:56 +00:00
parent cb8d4319a3
commit ca087713f2
6 changed files with 4 additions and 16 deletions

View File

@ -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;