aboutsummaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index 7fde16f..8fcb345 100644
--- a/utils.h
+++ b/utils.h
@@ -34,7 +34,7 @@ void *memcheck(void *p);
__attribute__((nonnull))
int memicmp(const void *s1, const void *s2, size_t n);
__attribute__((nonnull))
-void xfree(void **p);
+void xfree(void *p);
#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1