aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h
diff options
context:
space:
mode:
Diffstat (limited to 'puzzles.h')
-rw-r--r--puzzles.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/puzzles.h b/puzzles.h
index 6f03b1d..e2d2112 100644
--- a/puzzles.h
+++ b/puzzles.h
@@ -431,6 +431,8 @@ void dsf_free(int *dsf);
void print_dsf(int *dsf, int size);
+void dsf_copy(int *to, int *from, int size);
+
/* Return the canonical element of the equivalence class containing element
* val. If 'inverse' is non-NULL, this function will put into it a flag
* indicating whether the canonical element is inverse to val. */