diff options
Diffstat (limited to 'p11-kit/util.h')
-rw-r--r-- | p11-kit/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/util.h b/p11-kit/util.h index 2e005c7..36c8c24 100644 --- a/p11-kit/util.h +++ b/p11-kit/util.h @@ -39,6 +39,6 @@ #include <sys/types.h> -void* xrealloc (void *memory, size_t length); +void* _p11_realloc (void *memory, size_t length); #endif /* __UTIL_H__ */ |