1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Portability fixes

This commit is contained in:
monty@hundin.mysql.fi
2001-08-31 10:20:19 +03:00
parent 91db5836e0
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);