Add some missing static declarations.

This commit is contained in:
Bill Currie 2011-01-10 13:23:39 +09:00
parent 5f70e27613
commit ded741430b

View file

@ -82,7 +82,7 @@ static const struct option long_options[] = {
};
char *
static char *
replaceExtension (const char *oldstr, const char *extension)
{
char *tmp = strdup (oldstr);
@ -120,7 +120,7 @@ usage (int status)
}
qboolean
static qboolean
exportFile (const char *inpath)
{
char *outpath = replaceExtension (inpath, "pcx");
@ -196,7 +196,7 @@ die:
}
qboolean
static qboolean
importFile (const char *inpath)
{
char *outpath = replaceExtension (inpath, "lmp");