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

@@ -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