From 9aa98bed5261296b79efc4497ab987807d23337a Mon Sep 17 00:00:00 2001 From: tsauerbeck Date: Sat, 17 Jan 2004 17:52:10 +0000 Subject: [PATCH] comitting untested code sucks :/ SVN revision: 8535 --- legacy/eet/src/lib/Eet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eet/src/lib/Eet.h b/legacy/eet/src/lib/Eet.h index 8a20097fd3..6e95d362d3 100644 --- a/legacy/eet/src/lib/Eet.h +++ b/legacy/eet/src/lib/Eet.h @@ -48,14 +48,14 @@ extern "C" { * * @return The new init count. */ - void eet_init(); + int eet_init(void); /** * Shut down the EET library. * * @return The new init count. */ - void eet_shutdown(); + int eet_shutdown(void); /** * Open an eet file on disk, and returns a handle to it.