#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include <ctype.h>
#include <fakedbfs/fakedbfs.h>
#include <fakedbfs/db.h>
#include <fakedbfs/debug.h>
#include <fakedbfs/plugins.h>
#include <fakedbfs/conf.h>
#include <fakedbfs/fficl.h>
Functions | |
| fdbfs_t * | fdbfs_new (char *dbfile, char **error, void *debugf, int useplugins) const |
| int | fdbfs_destroy (fdbfs_t *f) |
| Destroy a fdbfs instance. | |
| void | fdbfs_set_aff (fdbfs_t *f, answer_t **aff) |
| Set askfieldfunction. | |
| int | fdbfs_read_specs_from_db (fdbfs_t *f) |
| Read dbspecs from DB. | |
Variables | |
| const char *fakedbfsver | _unused = FAKEDBFSVER |
| fakedbfs version. | |
| const char *fakedbfsvname | _unused = VERNAME |
| fakedbfs version name | |
| const char *fakedbfscopyright | _unused = "libfakedbfs (C)2005, Dan Ponte. Under the BSD license." |
| fakedbfs copyright notice. | |
| const int fakedbfsmaj | _unused = FAKEDBFSMAJOR |
| Major version. | |
| const int fakedbfsmin | _unused = FAKEDBFSMINOR |
| Minor version. | |
| const int fakedbfsmic | _unused = FAKEDBFSMICRO |
| Micro version. | |
|
|
Destroy a fdbfs instance. fdbfs_destroy() destroys a previously-created instance of fakedbfs.
|
|
||||||||||||||||||||
|
|
|
|
Read dbspecs from DB. fdbfs_read_specs_from_db() reads all the dbspecs from the database and stores them in the instance of fakedbfs specified.
|
|
||||||||||||
|
Set askfieldfunction. fdbfs_set_aff() sets the askfieldfunction used in indexing.
|
|
|
Micro version.
|
|
|
Minor version.
|
|
|
Major version.
|
|
|
fakedbfs copyright notice.
|
|
|
fakedbfs version name
|
|
|
fakedbfs version.
|
1.4.6