]> mj.ucw.cz Git - checkmail.git/blobdiff - util.h
Added "simple TAB" mode in which TAB ignores priorities
[checkmail.git] / util.h
diff --git a/util.h b/util.h
index 47b19ad2ba5a9aabc878447b3706b5fe33fdf87d..2c0b3597aa54a74bdd94813047094153b62ace0f 100644 (file)
--- a/util.h
+++ b/util.h
@@ -23,4 +23,5 @@ extern int debug_mode;
 void NONRET die(char *x, ...);
 void debug(char *x, ...);
 void *xmalloc(uns size);
+void *xrealloc(void *old, uns size);
 char *xstrdup(char *s);