summaryrefslogtreecommitdiffstats
path: root/src/map/if/if.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-02-19 23:49:41 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2014-02-19 23:49:41 -0800
commit7e0f7eba792e7fc854345d45f6f49bb562e63d3a (patch)
treeebe90c25e7ad750bfcbd2b5ed980b17e5783a874 /src/map/if/if.h
parent6ad7dae1aefdecbe4cdc4f4f80548004f86af451 (diff)
downloadabc-7e0f7eba792e7fc854345d45f6f49bb562e63d3a.tar.gz
abc-7e0f7eba792e7fc854345d45f6f49bb562e63d3a.tar.bz2
abc-7e0f7eba792e7fc854345d45f6f49bb562e63d3a.zip
Changes to LUT mappers.
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r--src/map/if/if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/if/if.h b/src/map/if/if.h
index 205ff9e3..37728fcb 100644
--- a/src/map/if/if.h
+++ b/src/map/if/if.h
@@ -515,6 +515,7 @@ extern int If_CluCheckExt3( void * p, word * pTruth, int nVars, int
char * pLut0, char * pLut1, char * pLut2, word * pFunc0, word * pFunc1, word * pFunc2 );
/*=== ifDsd.c =============================================================*/
extern If_DsdMan_t * If_DsdManAlloc( int nLutSize );
+extern void If_DsdManDump( If_DsdMan_t * p );
extern void If_DsdManPrint( If_DsdMan_t * p, char * pFileName );
extern void If_DsdManFree( If_DsdMan_t * p );
extern int If_DsdManCompute( If_DsdMan_t * p, word * pTruth, int nLeaves, unsigned char * pPerm );