X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Finclude%2Fcore%2Fstore.h;h=20ca047b9473c28bdb2867bc0259a50419467ad0;hb=07e184c400bb2061279e084a065a628599183445;hp=15f435fefdc6136a83fdb2e53a004a5cac82e8a9;hpb=9345a64b2fa015c30d6b3fcba76211f8d0d7cfd6;p=sysdb.git diff --git a/src/include/core/store.h b/src/include/core/store.h index 15f435f..20ca047 100644 --- a/src/include/core/store.h +++ b/src/include/core/store.h @@ -246,16 +246,12 @@ void sdb_store_clear(void); /* - * sdb_store_has_host: * sdb_store_get_host: * Query the store for a host by its (canonicalized) name. * - * sdb_store_get_host increments the ref count of the host object. The caller - * needs to deref it when no longer using it. + * The function increments the ref count of the host object. The caller needs + * to deref it when no longer using it. */ -bool -sdb_store_has_host(const char *name); - sdb_store_obj_t * sdb_store_get_host(const char *name);