summaryrefslogtreecommitdiffstats
path: root/src/bool/lucky/lucky.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bool/lucky/lucky.h')
-rw-r--r--src/bool/lucky/lucky.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bool/lucky/lucky.h b/src/bool/lucky/lucky.h
index 7b866bc7..0a055b40 100644
--- a/src/bool/lucky/lucky.h
+++ b/src/bool/lucky/lucky.h
@@ -6,7 +6,7 @@
PackageName [Semi-canonical form computation package.]
- Synopsis [Internal declarations.]
+ Synopsis [External declarations.]
Author [Jake]
@@ -21,6 +21,8 @@
ABC_NAMESPACE_HEADER_START
extern unsigned Kit_TruthSemiCanonicize_new( unsigned * pInOut, unsigned * pAux, int nVars, char * pCanonPerm );
+extern int luckyCanonicizer_final_fast( word * pInOut, int nVars, char * pCanonPerm );
+extern void resetPCanonPermArray(char* x, int nVars);
ABC_NAMESPACE_HEADER_END