X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fdatabase.h;h=72b5f64f7e504ba44bb1d61034b1125fa468fd62;hb=9ec24f94f5b741ec7928b411dbf21eabdc99d73c;hp=aabf3947daf2d187ba673600dc632e1a498776b1;hpb=ebf24e785974c368809d73394a24eb80506598fd;p=pazpar2-moved-to-github.git diff --git a/src/database.h b/src/database.h index aabf394..72b5f64 100644 --- a/src/database.h +++ b/src/database.h @@ -33,4 +33,5 @@ int resolve_database(struct conf_service *service, struct database *db); struct database *new_database(const char *id, NMEM nmem); database_hosts_t database_hosts_create(void); +void database_hosts_destroy(database_hosts_t *); #endif