From e4cb9dbb77910fc7d2b8c077924ecde3bb3d09c7 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 28 Mar 2005 08:48:41 +0000 Subject: (svn r2098) Make a variable static, move a function declaration to a header and remove unnecessary preprocessor magic --- hal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hal.h') diff --git a/hal.h b/hal.h index 11f059169..4e4b29405 100644 --- a/hal.h +++ b/hal.h @@ -141,6 +141,8 @@ void FiosDelete(const char *name); // Make a filename from a name void FiosMakeSavegameName(char *buf, const char *name); +int CDECL compare_FiosItems(const void *a, const void *b); + void CreateConsole(void); #endif /* HAL_H */ -- cgit v1.2.3-54-g00ecf