X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Finclude%2Fcore%2Fstore.h;h=890482a965ffe0b119603d7fcf728fe790c71a6f;hb=b1d0d9add668e008f5b59f8ae76d8167b223e056;hp=e4dcd579261505e1303e1aa33d582837321403f9;hpb=c0598ba4caacc57940cf01d90bc523e976023158;p=sysdb.git diff --git a/src/include/core/store.h b/src/include/core/store.h index e4dcd57..890482a 100644 --- a/src/include/core/store.h +++ b/src/include/core/store.h @@ -174,14 +174,6 @@ sdb_store_name_matcher(int type, const char *name, _Bool re); sdb_store_matcher_t * sdb_store_attr_matcher(const char *name, const char *value, _Bool re); -/* - * sdb_store_host_matcher: - * Creates a matcher matching hosts based on their name or its attributes. - */ -sdb_store_matcher_t * -sdb_store_host_matcher(const char *host_name, const char *host_name_re, - sdb_store_matcher_t *attr_matcher); - /* * sdb_store_matcher_parse_cmp: * Parse a simple compare expression (. ).