Home Download Musics Developers
API Sources Tools File Format Technicals

init68.h

Go to the documentation of this file.
00001 
00012 /* Copyright (C) 1998-2003 Benjamin Gerard */
00013 
00014 #ifndef _INIT68_H_
00015 #define _INIT68_H_
00016 
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00029 int file68_init(char **argv, int argc);
00030 
00034 void file68_shutdown(void);
00035 
00040 #ifdef __cplusplus
00041 }
00042 #endif
00043 
00044 #endif /* #ifndef _INIT68_H_ */