summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/sminterf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/sminterf.c')
-rw-r--r--src/misc/espresso/sminterf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/sminterf.c b/src/misc/espresso/sminterf.c
index 50a6db4e..d1abe534 100644
--- a/src/misc/espresso/sminterf.c
+++ b/src/misc/espresso/sminterf.c
@@ -9,6 +9,9 @@
*/
#include "espresso.h"
+ABC_NAMESPACE_IMPL_START
+
+
pset
do_sm_minimum_cover(A)
@@ -42,3 +45,5 @@ pset_family A;
return cover;
}
+ABC_NAMESPACE_IMPL_END
+