X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2b33dce4c4102935f233226bc0cb0adfafd265d0..28a967a12cfb0b16a136223082e07884eecba715:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 0baa026c..eefbfec5 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -359,3 +359,10 @@ char *construct_build_directive(char *, const char *, int); */ void init_credentials_file (); int nmh_get_credentials (char *, char *, int, nmh_creds_t); + +/* + * temporary file management + */ +int nmh_init(const char *argv0, int read_context); +int m_unlink(const char *); +void unregister_for_removal(int remove_files);