3 #ifndef _EDIT_FILE_H_INCLUDED_
4 #define _EDIT_FILE_H_INCLUDED_
10 /* simple cooperative file updating protocol
12 /* #include <edit_file.h>
33 #define EDIT_FILE_SUFFIX ".tmp"
35 extern EDIT_FILE
*edit_file_open(const char *, int, mode_t
);
36 extern int edit_file_close(EDIT_FILE
*);
37 extern void edit_file_cleanup(EDIT_FILE
*);
42 /* The Secure Mailer license must be distributed with this software.
45 /* IBM T.J. Watson Research
47 /* Yorktown Heights, NY 10598, USA