chiark / gitweb /
www-cgi/: Move `xrealloc' to `ucgicommon'.
[userv-utils.git] / www-cgi / ucgi.h
index 59153210f3300cce80177188a17c62befe60980d..5a51a7710de005a7aae4396241a71f0e0d9637ea 100644 (file)
@@ -32,6 +32,7 @@ void syserror(const char *m);
 void error(const char *m);
 void *xmalloc(size_t sz);
 void xsetenv(const char *en, const char *ev, int overwrite);
+void *xrealloc(void *ptr, size_t sz);
 
 extern const char *const envok[];
 extern const int nenvok;