]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
Restored the unlinks of temporary files immediately after their
[nmh] / h / prototypes.h
index 0baa026c3a163a74bac6aa20dd730add7eb26cd9..eefbfec571eb94f0b822eeabe4a6d0c5eafffe79 100644 (file)
@@ -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);