diff options
Diffstat (limited to 'src/aig/nwk2/nwkMan.c')
-rw-r--r-- | src/aig/nwk2/nwkMan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/nwk2/nwkMan.c b/src/aig/nwk2/nwkMan.c index 962cafd4..cd73f866 100644 --- a/src/aig/nwk2/nwkMan.c +++ b/src/aig/nwk2/nwkMan.c @@ -195,7 +195,7 @@ char * Nwk_FileNameGeneric( char * FileName ) ***********************************************************************/ /* -void Nwk_ManPrintStats( Nwk_Man_t * pNtk, If_Lib_t * pLutLib, int fSaveBest, int fDumpResult, void * pNtl ) +void Nwk_ManPrintStats( Nwk_Man_t * pNtk, If_Lib_t * pLutLib, int fSaveBest, int fDumpResult, int fPower, void * pNtl ) { extern int Ntl_ManLatchNum( void * p ); extern void Ioa_WriteBlifLogic( Nwk_Man_t * pNtk, void * pNtl, char * pFileName ); |