Fixed make_bcc_file () to use contents of From: in draft, if draft_from masquerade...
[mmh] / h / utils.h
index aba8fc4..542baec 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -6,4 +6,6 @@
  */
 
 void *mh_xmalloc(size_t);
-
+void *mh_xrealloc(void *, size_t);
+char *pwd(void);
+char *add(char *, char *);