chiark / gitweb /
Partially revert e62d8c394474
[elogind.git] / src / shared / util.h
index 0d05cd6653cfafc6b5cbb87fb881697d6fb26f66..d1cdd901a04fc2a31603351f788eb09dec7585a0 100644 (file)
@@ -613,3 +613,5 @@ void *unhexmem(const char *p, size_t l);
 
 char *strextend(char **x, ...);
 char *strrep(const char *s, unsigned n);
+
+void* greedy_realloc(void **p, size_t *allocated, size_t need);