Fixed for ANSI-C part

This commit is contained in:
ceriel 1991-12-02 15:25:01 +00:00
parent 83ba395e03
commit c36ae7020f

View file

@ -17,10 +17,10 @@ void LLmessage(int);
#endif
#ifdef LL_USERHOOK
#if LL_ANSI_C
static void LLdoskip(int);
static int LLdoskip(int);
static int LLuserhook(int, int*);
#else
static LLdoskip();
static int LLdoskip();
static int LLuserhook();
#endif
#endif