Moved file locking utilities from index/lockutil.c to util/flock.c
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 23 Mar 2006 09:15:24 +0000 (09:15 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 23 Mar 2006 09:15:24 +0000 (09:15 +0000)
commit23c386f2b4511acfdb389adc7f48f15d284c639c
treefba3054ccad028393f79cbf3b17da16c6c15a393
parenta93ffbc5bd917ade607d1d6960b1ecb26f621ec2
Moved file locking utilities from index/lockutil.c to util/flock.c
and definitions in include/idzebra/flock.h.
include/idzebra/Makefile.am
include/idzebra/flock.h [new file with mode: 0644]
index/Makefile.am
index/index.h
index/lockutil.c [deleted file]
index/zebraapi.c
util/Makefile.am
util/flock.c [new file with mode: 0644]
util/tstflock.c [new file with mode: 0644]