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 3a3936d..b262e40 100644
--- a/src/ref.h
+++ b/src/ref.h
@@ -9,7 +9,7 @@ struct ref {
};
struct ref *ref_init(void *data);
-void ref_free(struct ref *ref);
+void ref_free(void *ref);
void refs_free(struct link *head);
int refs_incl(struct link *head, void *data);