Commit 170607b6 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Add missing proto for int write_lockfile()


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4554 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 636e76af
Showing with 1 addition and 0 deletions
+1 -0
......@@ -297,6 +297,7 @@ bool check_operating_dir(const char *currpath, bool allow_tabcomp);
#ifndef NANO_TINY
void init_backup_dir(void);
int delete_lockfile(const char *lockfilename);
int write_lockfile(const char *lockfilename, const char *origfilename, bool modified);
#endif
int copy_file(FILE *inn, FILE *out);
bool write_file(const char *name, FILE *f_open, bool tmp, append_type
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment