]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
Moved readline check to after termcap/curses check in configure.ac.
[nmh] / h / prototypes.h
index 26666eaee872a01816ec8ab97cb69e2478929eca..97f0544e23cbd0aae25982b00b4c5a3008d6f8d2 100644 (file)
@@ -345,6 +345,14 @@ int writeBase64aux(FILE *, FILE *);
 int writeBase64 (unsigned char *, size_t, unsigned char *);
 int writeBase64raw (unsigned char *, size_t, unsigned char *);
 
+/*
+ * prototypes to support whatnow attach
+ */
+int   attach(char *, char *, char *, size_t, char *, size_t, int);
+void  clean_up_temporary_files(const char *, const char *);
+char *mime_type(const char *);
+char *construct_build_directive(char *, const char *, int);
+
 /*
  * credentials management
  */