diff options
Diffstat (limited to 'src/misc/tim/tim.h')
-rw-r--r-- | src/misc/tim/tim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc/tim/tim.h b/src/misc/tim/tim.h index df787748..ba2b1bdb 100644 --- a/src/misc/tim/tim.h +++ b/src/misc/tim/tim.h @@ -143,6 +143,7 @@ extern int Tim_ManCoNum( Tim_Man_t * p ); extern int Tim_ManPiNum( Tim_Man_t * p ); extern int Tim_ManPoNum( Tim_Man_t * p ); extern int Tim_ManBoxNum( Tim_Man_t * p ); +extern int Tim_ManBlackBoxNum( Tim_Man_t * p ); extern int Tim_ManDelayTableNum( Tim_Man_t * p ); extern void Tim_ManSetDelayTables( Tim_Man_t * p, Vec_Ptr_t * vDelayTables ); extern void Tim_ManTravIdDisable( Tim_Man_t * p ); |