from Yitzhak
Add absent prototypes to some core routines. Also add some port function() to function(void) in some win32 routines. Also updates the Borland C Makefile for win32.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
STATIC_DCL int FDECL(throw_obj, (struct obj *,int));
|
||||
STATIC_DCL void NDECL(autoquiver);
|
||||
STATIC_DCL int FDECL(gem_accept, (struct monst *, struct obj *));
|
||||
STATIC_DCL void FDECL(tmiss, (struct obj *, struct monst *));
|
||||
STATIC_DCL int FDECL(throw_gold, (struct obj *));
|
||||
STATIC_DCL void FDECL(check_shop_obj, (struct obj *,XCHAR_P,XCHAR_P,BOOLEAN_P));
|
||||
STATIC_DCL void FDECL(breakobj, (struct obj *,XCHAR_P,XCHAR_P,BOOLEAN_P,BOOLEAN_P));
|
||||
|
||||
Reference in New Issue
Block a user