From 43c49556b77dd3d48c41f0b44e770847723bddbe Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 8 Feb 2021 18:26:14 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EInAPI.h | 1 + EXeExecutor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index e2eb7bc..8b0d55f 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -315,6 +315,7 @@ EIN_EXPORT int __stdcall EgtDuploNew( int nSouId) ; EIN_EXPORT BOOL __stdcall EgtDuploCount( int nSouId, int* pnCount) ; EIN_EXPORT BOOL __stdcall EgtDuploList( int nSouId, int*& vInd, int* pnCount) ; EIN_EXPORT BOOL __stdcall EgtDuploSetModified( int nSouId) ; +EIN_EXPORT BOOL __stdcall EgtDuploGetModified( int nSouId, BOOL* pbModif) ; EIN_EXPORT BOOL __stdcall EgtDuploUpdate( int nSouId) ; EIN_EXPORT BOOL __stdcall EgtIsDuplo( int nDupId) ; EIN_EXPORT int __stdcall EgtDuploGetOriginal( int nDupId) ; diff --git a/EXeExecutor.h b/EXeExecutor.h index b74326b..261f619 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -354,6 +354,7 @@ EXE_EXPORT int ExeDuploNew( int nSouId) ; EXE_EXPORT bool ExeDuploCount( int nSouId, int& nCount) ; EXE_EXPORT bool ExeDuploList( int nSouId, INTVECTOR& vnRef) ; EXE_EXPORT bool ExeDuploSetModified( int nSouId) ; +EXE_EXPORT bool ExeDuploGetModified( int nSouId, bool& bModif) ; EXE_EXPORT bool ExeDuploUpdate( int nSouId) ; EXE_EXPORT bool ExeIsDuplo( int nDupId) ; EXE_EXPORT int ExeDuploGetOriginal( int nDupId) ;