mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Add some missing static declarations.
This commit is contained in:
parent
5f70e27613
commit
ded741430b
1 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue