X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2_config.h;h=ee195b999bd12714a95b94539103375c62851c60;hb=8cc486015ba87bc3daf483d18d31d163c3670a21;hp=c20bae6967b8f08157108c085fffc2d2086709b4;hpb=8657ae057499422e02e3c460090dc3d2870ce5d4;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2_config.h b/src/pazpar2_config.h index c20bae6..ee195b9 100644 --- a/src/pazpar2_config.h +++ b/src/pazpar2_config.h @@ -134,6 +134,7 @@ struct conf_service CCL_bibset ccl_bibset; struct database *databases; struct conf_server *server; + char *xml_node; }; int conf_service_metadata_field_id(struct conf_service *service, const char * name); @@ -143,7 +144,7 @@ int conf_service_sortkey_field_id(struct conf_service *service, const char * nam struct conf_server { char *host; - int port; + char *port; char *proxy_host; int proxy_port; char *myurl;