Updated header
This commit is contained in:
parent
9d5982b6f3
commit
05f5d9b4df
@ -418,7 +418,11 @@ int mbsedb_PackFDB(struct _fdbarea *fdb_area)
|
||||
}
|
||||
|
||||
|
||||
// mbsedb_SortFDB
|
||||
|
||||
int mbsedb_SortFDB(struct _fdbarea *fdb_area)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user