Code

store: Make matchers more generic and applicable to non-hosts as well.
[sysdb.git] / src / core / store-private.h
index 703bc55e476c0b3ef2663ec28ac63098a0d2399b..0df3c7ba041c5eae961e116231c87605e46b0a47 100644 (file)
@@ -95,9 +95,9 @@ typedef struct {
  * conditionals
  */
 
-/* compares a host using the specified conditional and taking the specified
+/* compares an object using the specified conditional and taking the specified
  * filter into account */
-typedef int (*cmp_cb)(sdb_host_t *, sdb_store_cond_t *,
+typedef int (*cmp_cb)(sdb_store_obj_t *, sdb_store_cond_t *,
                sdb_store_matcher_t *);
 
 struct sdb_store_cond {