X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6125f5f8e7f544ccdcecb3d216c9c1035d693b4e..8fbab39ae0c4511627571837a5e31024de9d3862:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 26666eae..74e66319 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 *); + + /* * credentials management */