diff --git a/EInAPI.h b/EInAPI.h index 1dc8858..a3417dc 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -40,6 +40,7 @@ EIN_EXPORT BOOL __stdcall EgtGetNfeFontDir( wchar_t*& wsNfeFontDir) ; EIN_EXPORT BOOL __stdcall EgtGetDefaultFont( wchar_t*& wsDefaultFont) ; EIN_EXPORT BOOL __stdcall EgtSetLuaLibs( const wchar_t* wsLuaLibsDir) ; EIN_EXPORT BOOL __stdcall EgtSetIniFile( const wchar_t* wsIniFile) ; +EIN_EXPORT BOOL __stdcall EgtGetIniFile( wchar_t*& wsIniFile) ; EIN_EXPORT BOOL __stdcall EgtSetCommandLogger( const wchar_t* wsLogFile) ; EIN_EXPORT void __stdcall EgtEnableCommandLogger( void) ; EIN_EXPORT void __stdcall EgtDisableCommandLogger( void) ; diff --git a/EXeExecutor.h b/EXeExecutor.h index 678b72b..335cb39 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -42,6 +42,7 @@ EXE_EXPORT bool ExeGetNfeFontDir( std::string& sNfeFontDir) ; EXE_EXPORT bool ExeGetDefaultFont( std::string& sDefaultFont) ; EXE_EXPORT bool ExeSetLuaLibs( const std::string& sLuaLibsDir) ; EXE_EXPORT bool ExeSetIniFile( const std::string& sIniFile) ; +EXE_EXPORT bool ExeGetIniFile( std::string& sIniFile) ; EXE_EXPORT bool ExeSetCommandLogger( const std::string& sLogFile) ; EXE_EXPORT bool ExeEnableCommandLogger( void) ; EXE_EXPORT bool ExeDisableCommandLogger( void) ;