Updated header

This commit is contained in:
Michiel Broek 2004-05-06 14:55:25 +00:00
parent 9d5982b6f3
commit 05f5d9b4df
2 changed files with 6 additions and 1 deletions

View File

@ -418,7 +418,11 @@ int mbsedb_PackFDB(struct _fdbarea *fdb_area)
}
// mbsedb_SortFDB
int mbsedb_SortFDB(struct _fdbarea *fdb_area)
{
}
#endif

View File

@ -150,6 +150,7 @@ int mbsedb_LockFDB(struct _fdbarea *, int);
int mbsedb_UnlockFDB(struct _fdbarea *);
int mbsedb_InsertFDB(struct _fdbarea *, struct FILE_record, int);
int mbsedb_PackFDB(struct _fdbarea *);
int mbsedb_SortFDB(struct _fdbarea *);
#endif