diff options
Diffstat (limited to 'src/misc/extra/extra.h')
-rw-r--r-- | src/misc/extra/extra.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc/extra/extra.h b/src/misc/extra/extra.h index fc23b1b0..4b1d38f0 100644 --- a/src/misc/extra/extra.h +++ b/src/misc/extra/extra.h @@ -221,6 +221,7 @@ extern Sdm_Man_t * Sdm_ManRead(); extern void Sdm_ManQuit(); extern int Sdm_ManComputeFunc( Sdm_Man_t * p, int iDsdLit0, int iDsdLit1, int * pCut, int uMask, int fXor ); extern int Sdm_ManReadCnfSize( Sdm_Man_t * p, int iDsd ); +extern char * Sdm_ManReadDsdStr( Sdm_Man_t * p, int iDsd ); extern void Sdm_ManPrintDsdStats( Sdm_Man_t * p, int fVerbose ); /*=== extraUtilProgress.c ================================================================*/ |