X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_head.h;h=acd1e1ec53439daaab1f0391a2a7c43a9db6a1b4;hb=d65c8be05249df8109a523747ad3c4e163d2d975;hp=e804410f4ea99ab50628bcb2c32cc7d3edda65b5;hpb=4730c15f5d4f1592d5228a813c716cd4e1b6f40a;p=16.git diff --git a/src/lib/16_head.h b/src/lib/16_head.h index e804410f..acd1e1ec 100755 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -176,7 +176,9 @@ void wait(clock_t wait); long int filesize(FILE *fp); void printmeminfoline(byte *strc, const byte *pee, size_t h_total, size_t h_used, size_t h_free); int US_CheckParm(char *parm,char **strings); +#ifdef __BORLANDC__ void Quit (char *error); +#endif byte dirchar(byte in); #endif/*_LIBHEAD_H_*/