Made FDB experiment permanent and bumped to version 0.51.5

This commit is contained in:
Michiel Broek
2004-05-19 21:18:14 +00:00
parent d87e61987f
commit 2804bac993
26 changed files with 2403 additions and 2615 deletions

View File

@@ -34,8 +34,6 @@
#include "mbsedb.h"
#ifdef USE_EXPERIMENT
/*
@@ -577,4 +575,3 @@ int mbsedb_SortFDB(struct _fdbarea *fdb_area)
}
#endif

View File

@@ -132,7 +132,6 @@ int SearchNetBoard(unsigned short, unsigned short); /* Search netmail */
void UpdateMsgs(void); /* Update current messages record */
#ifdef USE_EXPERIMENT
/*
* Structure of current open file area
@@ -152,8 +151,5 @@ int mbsedb_InsertFDB(struct _fdbarea *, struct FILE_record, int);
int mbsedb_PackFDB(struct _fdbarea *);
int mbsedb_SortFDB(struct _fdbarea *);
#endif
#endif