X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Fcore%2Fstore.h;h=a7804ddc31f781dff833d31547a861c233f8c865;hp=147d74555c4d68a979e01d3f96249c65b6da3212;hb=10a65c7e584820b403567bc849581bb0c3176ff5;hpb=4aa38193b15042cebf7ce773950c0366cc44cd76 diff --git a/src/include/core/store.h b/src/include/core/store.h index 147d745..a7804dd 100644 --- a/src/include/core/store.h +++ b/src/include/core/store.h @@ -406,10 +406,17 @@ sdb_store_attr_matcher(const char *name, const char *value, _Bool re); /* * sdb_store_isnull_matcher: - * Creates a matcher matching "missing" attributes. + * Creates a matcher matching NULL values. */ sdb_store_matcher_t * -sdb_store_isnull_matcher(const char *attr_name); +sdb_store_isnull_matcher(sdb_store_expr_t *expr); + +/* + * sdb_store_isnnull_matcher: + * Creates a matcher matching non-NULL values. + */ +sdb_store_matcher_t * +sdb_store_isnnull_matcher(sdb_store_expr_t *expr); /* * sdb_store_child_matcher: