From 05f5d9b4dff38b4285cc09a279ac959edca55b43 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Thu, 6 May 2004 14:55:25 +0000 Subject: [PATCH] Updated header --- lib/dbfdb.c | 6 +++++- lib/mbsedb.h | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/dbfdb.c b/lib/dbfdb.c index b961688e..668627fb 100644 --- a/lib/dbfdb.c +++ b/lib/dbfdb.c @@ -418,7 +418,11 @@ int mbsedb_PackFDB(struct _fdbarea *fdb_area) } -// mbsedb_SortFDB + +int mbsedb_SortFDB(struct _fdbarea *fdb_area) +{ +} + #endif diff --git a/lib/mbsedb.h b/lib/mbsedb.h index 1423a257..0942b781 100644 --- a/lib/mbsedb.h +++ b/lib/mbsedb.h @@ -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