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 4ffd726..80e60a3 100644
--- a/structures/rope/rope.h
+++ b/structures/rope/rope.h
@@ -4,5 +4,6 @@
typede struct rope_s rope;
rope* rope_new();
+rope* str_to_rope(char*);
#endif