aboutsummaryrefslogtreecommitdiff
path: root/src_c/csp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src_c/csp.h')
-rw-r--r--src_c/csp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src_c/csp.h b/src_c/csp.h
index 2cccf50..3a7cd45 100644
--- a/src_c/csp.h
+++ b/src_c/csp.h
@@ -13,6 +13,7 @@ typedef enum {
OPCUT_METHOD_FORWARD_GREEDY
} opcut_method_t;
+void opcut_sort_params(opcut_params_t *params);
int opcut_calculate(opcut_method_t method, opcut_params_t *params,
opcut_result_t *result);