Portability fixes

This commit is contained in:
monty@hundin.mysql.fi 2001-08-31 10:20:19 +03:00
commit ef97deb059
2 changed files with 3 additions and 6 deletions

View file

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