Code

plugin: Make sdb_plugin_info_t public.
[sysdb.git] / src / core / store-private.h
index 6af3c8e5fb8c08e59002308e45fe4e4d9ea665be..14201fe071a77a65ba20b0b17b36a80f1a35d3fd 100644 (file)
@@ -88,8 +88,8 @@ typedef struct {
  * conditionals
  */
 
-/* compares a store object using the specified conditional */
-typedef int (*cmp_cb)(sdb_store_obj_t *, sdb_store_cond_t *);
+/* compares a host using the specified conditional */
+typedef int (*cmp_cb)(sdb_host_t *, sdb_store_cond_t *);
 
 struct sdb_store_cond {
        sdb_object_t super;