summaryrefslogtreecommitdiffstats
path: root/src/map/if/if.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2007-12-26 08:01:00 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2007-12-26 08:01:00 -0800
commit676ba9ee213ea716fd154abbf983aaabf960db65 (patch)
tree02e3b39653c9f842c84d57631ced8a214c1d58c5 /src/map/if/if.h
parent00e9c3d06b590b0aac04bafddfd14115d14760f8 (diff)
downloadabc-676ba9ee213ea716fd154abbf983aaabf960db65.tar.gz
abc-676ba9ee213ea716fd154abbf983aaabf960db65.tar.bz2
abc-676ba9ee213ea716fd154abbf983aaabf960db65.zip
Version abc71226
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 1b82f9a0..17040742 100644
--- a/src/map/if/if.h
+++ b/src/map/if/if.h
@@ -381,6 +381,7 @@ extern void If_ManCleanMarkV( If_Man_t * p );
extern float If_ManDelayMax( If_Man_t * p, int fSeq );
extern void If_ManComputeRequired( If_Man_t * p );
extern float If_ManScanMapping( If_Man_t * p );
+extern float If_ManScanMappingDirect( If_Man_t * p );
extern float If_ManScanMappingSeq( If_Man_t * p );
extern void If_ManResetOriginalRefs( If_Man_t * p );
extern int If_ManCrossCut( If_Man_t * p );