#include <yaz/yaz-ccl.h>
#include "facet_limit.h"
-#include "termlists.h"
#include "reclists.h"
-#include "http.h"
struct record;
struct client;
PAZPAR2_LAST_ERROR
};
-// Represents a database
-struct database {
- char *id;
- int num_settings;
- struct setting **settings;
- struct database *next;
-};
-
-
// Represents a database as viewed from one session, possibly with settings overriden
// for that session
struct session_database
struct setting *next;
};
+// Represents a database
+struct database {
+ char *id;
+ int num_settings;
+ struct setting **settings;
+ struct database *next;
+};
+
struct settings_array
{
// Array of pointer setting, index is looked up in setting_dictionary