X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fmisc.h;h=af65d4ca98343f432654b389432a3ccfdaaa68cd;hp=0e771902b7dc156e31ef29342f44b5e08cb3438c;hb=8f33ee4940b9c35bf4627b7ef1126d03748da646;hpb=aca666256c715771b11d3277e10ff971aea44af8 diff --git a/src/libgame/misc.h b/src/libgame/misc.h index 0e771902..af65d4ca 100644 --- a/src/libgame/misc.h +++ b/src/libgame/misc.h @@ -109,6 +109,7 @@ void Error(int, char *, ...); void *checked_malloc(unsigned long); void *checked_calloc(unsigned long); void *checked_realloc(void *, unsigned long); +void checked_free(void *); inline void swap_numbers(int *, int *); inline void swap_number_pairs(int *, int *, int *, int *);