diff options
Diffstat (limited to 'structures/rope/rope.h')
-rw-r--r-- | structures/rope/rope.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/structures/rope/rope.h b/structures/rope/rope.h new file mode 100644 index 0000000..4ffd726 --- /dev/null +++ b/structures/rope/rope.h @@ -0,0 +1,8 @@ +#ifndef ROPE_H +#define ROPE_H + +typede struct rope_s rope; + +rope* rope_new(); + +#endif |