]> mj.ucw.cz Git - osdd.git/blobdiff - osd.h
util.c: Added xrealloc()
[osdd.git] / osd.h
diff --git a/osd.h b/osd.h
index 78b0a26189922c4990d36af1e1baccefafd0f845..3c7c5b74cbe89bf535ebb6bee40411a6875ae341 100644 (file)
--- a/osd.h
+++ b/osd.h
@@ -22,6 +22,7 @@ void NONRET FORMAT_CHECK(printf,1,2) die(char *fmt, ...);
 #endif
 
 void *xmalloc(int size);
+void *xrealloc(void *ptr, int size);
 
 timestamp_t get_current_time(void);