diff options
Diffstat (limited to 'myisam/ft_eval.c')
-rw-r--r-- | myisam/ft_eval.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myisam/ft_eval.c b/myisam/ft_eval.c index 845b56a7fed..9466104100a 100644 --- a/myisam/ft_eval.c +++ b/myisam/ft_eval.c @@ -112,7 +112,7 @@ err: } -void get_options(int argc,char *argv[]) +static void get_options(int argc,char *argv[]) { int c; char *options=(char*) "Vh#:qSs:"; @@ -167,7 +167,7 @@ void get_options(int argc,char *argv[]) return; } /* get options */ -int create_record(char *pos, FILE *file) +static int create_record(char *pos, FILE *file) { uint tmp; char *ptr; bzero((char *)pos,MAX_REC_LENGTH); |