summaryrefslogtreecommitdiffstats
path: root/src/misc/extra/extra.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/extra/extra.h')
-rw-r--r--src/misc/extra/extra.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/misc/extra/extra.h b/src/misc/extra/extra.h
index 4b1d38f0..f4dcd154 100644
--- a/src/misc/extra/extra.h
+++ b/src/misc/extra/extra.h
@@ -220,9 +220,12 @@ extern int Sdm_ManCanRead();
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 );
+extern int Sdm_ManReadDsdVarNum( Sdm_Man_t * p, int iDsd );
+extern int Sdm_ManReadDsdAndNum( Sdm_Man_t * p, int iDsd );
+extern int Sdm_ManReadDsdClauseNum( Sdm_Man_t * p, int iDsd );
+extern word Sdm_ManReadDsdTruth( Sdm_Man_t * p, int iDsd );
+extern char * Sdm_ManReadDsdStr( Sdm_Man_t * p, int iDsd );
/*=== extraUtilProgress.c ================================================================*/