aboutsummaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorJason Downs <downsj@downsj.com>2008-12-04 03:30:30 +0000
committerJason Downs <downsj@downsj.com>2008-12-04 03:30:30 +0000
commitff0652948b6a93041f7ec72d2b2fe0cf0d72b6c1 (patch)
tree08c0604941e544eb773958ac04717ea468955a50 /src/proto.h
parente1d8a0a1b317ee64dabfbfca28cb72cdae0bbf92 (diff)
downloadgdbm-ff0652948b6a93041f7ec72d2b2fe0cf0d72b6c1.tar.gz
gdbm-ff0652948b6a93041f7ec72d2b2fe0cf0d72b6c1.tar.bz2
Disabled/removed gdbm_locked() for now.
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto.h b/src/proto.h
index 129ed55..90b28ed 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -51,7 +51,6 @@ off_t _gdbm_mapped_lseek (gdbm_file_info *, off_t, int);
int _gdbm_mapped_sync (gdbm_file_info *);
/* From lock.c */
-int gdbm_locked (gdbm_file_info *);
void _gdbm_unlock_file (gdbm_file_info *);
int _gdbm_lock_file (gdbm_file_info *);

Return to:

Send suggestions and report system problems to the System administrator.