trawick 01/04/30 08:52:11
Modified: dbm/sdbm sdbm_private.h
Log:
get the prototype of sdbm_lock() (in sdbm_private.h) to match the
implementation (in sdbm_lock.c)
Revision Changes Path
1.4 +1 -1 apr-util/dbm/sdbm/sdbm_private.h
Index: sdbm_private.h
===================================================================
RCS file: /home/cvs/apr-util/dbm/sdbm/sdbm_private.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sdbm_private.h 2001/04/03 18:17:27 1.3
+++ sdbm_private.h 2001/04/30 15:52:11 1.4
@@ -98,7 +98,7 @@
char dirbuf[DBLKSIZ]; /* directory file block buffer */
};
-apr_status_t sdbm_lock(SDBM *db);
+apr_status_t sdbm_lock(SDBM *db, int exclusive);
apr_status_t sdbm_unlock(SDBM *db);
extern const sdbm_datum sdbm_nullitem;