diff options
Diffstat (limited to 'src/misc/extra/extra.h')
-rw-r--r-- | src/misc/extra/extra.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc/extra/extra.h b/src/misc/extra/extra.h index 50172691..f198c183 100644 --- a/src/misc/extra/extra.h +++ b/src/misc/extra/extra.h @@ -203,6 +203,7 @@ extern void Extra_BubbleSort( int Order[], int Costs[], int nSize, int fI /* complementation/permutation generation */ extern int * Extra_GreyCodeSchedule( int n ); extern int * Extra_PermSchedule( int n ); +extern word Extra_Truth6Minimum( word t, int * pComp, int * pPerm ); /*=== extraUtilCanon.c ========================================================*/ |