comitting untested code sucks :/

SVN revision: 8535
This commit is contained in:
tsauerbeck 2004-01-17 17:52:10 +00:00 committed by tsauerbeck
parent 71c3534e23
commit 9aa98bed52
1 changed files with 2 additions and 2 deletions

View File

@ -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.