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