PR_ResolveGlobals needs to be visible

This commit is contained in:
Bill Currie 2007-04-09 09:00:40 +00:00 committed by Jeff Teunissen
parent 3cd01223dd
commit a66cbb5215

View file

@ -107,7 +107,7 @@ PR_Undefined (progs_t *pr, const char *type, const char *name)
PR_Error (pr, "undefined %s %s", type, name);
}
int
VISIBLE int
PR_ResolveGlobals (progs_t *pr)
{
const char *sym;