summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/equiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/equiv.c')
-rw-r--r--src/misc/espresso/equiv.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/equiv.c b/src/misc/espresso/equiv.c
index f6495f1f..6c7fb89b 100644
--- a/src/misc/espresso/equiv.c
+++ b/src/misc/espresso/equiv.c
@@ -9,6 +9,9 @@
*/
#include "espresso.h"
+ABC_NAMESPACE_IMPL_START
+
+
void find_equiv_outputs(PLA)
pPLA PLA;
@@ -92,3 +95,5 @@ pcover f1, f2;
return TRUE;
}
+ABC_NAMESPACE_IMPL_END
+