X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6125f5f8e7f544ccdcecb3d216c9c1035d693b4e..7b87125e7b885b8985fabeae667deb26091f4e01:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 26666eae..97f0544e 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -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 */