#ifndef __PATCH_H__ #define __PATCH_H__ void applypatch( int place ); void inifile_read( char * name ); void inifile_command( char * cmd ); void resetpatch( void ); #endif /* __PATCH_H__ */