Allow use file locking in various components of MC.
commitb2ee413f0333b7ba5b30367e7b6717988db7b053
authorAndrew Borodin <aborodin@vmail.ru>
Wed, 9 Jun 2010 12:24:30 +0000 (9 16:24 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Tue, 22 Jun 2010 17:44:22 +0000 (22 21:44 +0400)
tree4b816318fbd7c3142b7eb8d36c6f56f28b00aab6
parent15a7b101910733d936cc6fb16ac3eee86a9ac6b3
Allow use file locking in various components of MC.

Renamed and moved src/editor/editloc.[ch] -> lib/lock.[ch].
Renamed lock handling functions.
Fixed library order in src/Makefile.am.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/Makefile.am
lib/lock.c [moved from src/editor/editlock.c with 92% similarity]
lib/lock.h [new file with mode: 0644]
src/Makefile.am
src/editor/Makefile.am
src/editor/edit.c
src/editor/editcmd.c
src/editor/editlock.h [deleted file]