summaryrefslogtreecommitdiffstats
path: root/src/misc/extra/extra.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-09-09 14:00:47 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-09-09 14:00:47 -0700
commit2fa9645b08d834a520f4ae0872e72f679d3b762a (patch)
treefdf85886e7ffee64dd9f852ac6831223356d85e9 /src/misc/extra/extra.h
parent34e037898c0171961b95041ec6519dc21627c8de (diff)
downloadabc-2fa9645b08d834a520f4ae0872e72f679d3b762a.tar.gz
abc-2fa9645b08d834a520f4ae0872e72f679d3b762a.tar.bz2
abc-2fa9645b08d834a520f4ae0872e72f679d3b762a.zip
Improvements to the new technology mapper.
Diffstat (limited to 'src/misc/extra/extra.h')
-rw-r--r--src/misc/extra/extra.h1
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 ================================================================*/