From 7e0f7eba792e7fc854345d45f6f49bb562e63d3a Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 19 Feb 2014 23:49:41 -0800 Subject: Changes to LUT mappers. --- src/map/if/if.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/if/if.h') 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 ); -- cgit v1.2.3