chiark / gitweb /
Partially revert e62d8c394474
[elogind.git] / src / shared / util.h
index 485733f65074475842237571af8d669d130f7421..d1cdd901a04fc2a31603351f788eb09dec7585a0 100644 (file)
@@ -609,5 +609,9 @@ static inline void *mempset(void *s, int c, size_t n) {
 }
 
 char *hexmem(const void *p, size_t l);
+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);