summaryrefslogtreecommitdiffstats
path: root/src/ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ref.h')
-rw-r--r--src/ref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ref.h b/src/ref.h
index a5cb5dd..9dc55a1 100644
--- a/src/ref.h
+++ b/src/ref.h
@@ -8,7 +8,7 @@ struct ref {
struct link link;
};
-struct ref *ref_init(void *data);
+struct ref *ref_alloc(void *data);
void ref_free(void *ref);
void refs_free(struct list *list);