X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsettings.h;h=d36a5a2353b158eeba63da7b83d6e4ccd036cafb;hb=41a35ca4946b829fd190decf27de1abe1372866e;hp=b0da5836f2d8f5ef6bf054f886b27b0ee503af1d;hpb=6a6070281460bf841290c92315bd2ce1b358d89c;p=pazpar2-moved-to-github.git diff --git a/src/settings.h b/src/settings.h index b0da583..d36a5a2 100644 --- a/src/settings.h +++ b/src/settings.h @@ -66,6 +66,14 @@ struct setting 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