Fixed a couple of compiler warnings

This commit is contained in:
whydoubt 2004-05-28 12:41:22 +00:00
parent 809ba65541
commit 2c8cc371cb
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Fri May 28 06:55:55 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
* src/libmdb/mem.c: Fixed a couple of potential memory leaks
* include/mdbtools.h: Fixed a couple of compiler warnings
Sun May 2 06:31:17 EDT 2004 Brian Bruns <brian@bruns.com>
* src/util/mdb-tables.c: Add -t flag to specify object type

View File

@ -297,7 +297,7 @@ typedef struct {
unsigned char cache_value[256];
} MdbIndexPage;
typedef int MdbSargTreeFunc(MdbSargNode *, gpointer *data);
typedef int (*MdbSargTreeFunc)(MdbSargNode *, gpointer *data);
#define MDB_MAX_INDEX_DEPTH 10