From 9005c6bfe2b2bfd491002f17045af8c1e8feb12e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 25 Feb 2014 07:50:11 -0800 Subject: Changes to LUT mappers. --- src/map/if/if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/if/if.h') diff --git a/src/map/if/if.h b/src/map/if/if.h index 37728fcb..8821d06f 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -516,7 +516,7 @@ extern int If_CluCheckExt3( void * p, word * pTruth, int nVars, int /*=== 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_DsdManPrint( If_DsdMan_t * p, char * pFileName, int fVerbose ); extern void If_DsdManFree( If_DsdMan_t * p ); extern int If_DsdManCompute( If_DsdMan_t * p, word * pTruth, int nLeaves, unsigned char * pPerm ); /*=== ifLib.c =============================================================*/ -- cgit v1.2.3