Code

store_lookup: Added sdb_store_inv_matcher().
[sysdb.git] / src / include / core / store.h
index 9f232758b6e1a99b337c959b4174206fbb1080ed..cde6ad0b8c2763dd15b4759b27f005b87441db5a 100644 (file)
@@ -195,6 +195,13 @@ sdb_store_dis_matcher(sdb_store_matcher_t *left, sdb_store_matcher_t *right);
 sdb_store_matcher_t *
 sdb_store_con_matcher(sdb_store_matcher_t *left, sdb_store_matcher_t *right);
 
+/*
+ * sdb_store_con_matcher::
+ * Creates a matcher matching the inverse (logical NOT) of a matcher.
+ */
+sdb_store_matcher_t *
+sdb_store_inv_matcher(sdb_store_matcher_t *m);
+
 /*
  * sdb_store_matcher_matches:
  * Check whether the specified matcher matches the specified store object.