aboutsummaryrefslogtreecommitdiff
path: root/structures/rope/rope.h
diff options
context:
space:
mode:
Diffstat (limited to 'structures/rope/rope.h')
-rw-r--r--structures/rope/rope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/structures/rope/rope.h b/structures/rope/rope.h
index 80e60a3..f012cc1 100644
--- a/structures/rope/rope.h
+++ b/structures/rope/rope.h
@@ -5,5 +5,6 @@ typede struct rope_s rope;
rope* rope_new();
rope* str_to_rope(char*);
+rope* rope_concate(rope*, rope*);
#endif