From: Sebastian Harl Date: Sat, 16 Aug 2014 06:38:32 +0000 (+0200) Subject: store.h: Removed very outdated comments in the documentation. X-Git-Tag: sysdb-0.4.0~35 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=a4f738ce48a21a8a1f498d0d968c10dc14721ef4 store.h: Removed very outdated comments in the documentation. --- diff --git a/src/include/core/store.h b/src/include/core/store.h index 8eaeecd..169d112 100644 --- a/src/include/core/store.h +++ b/src/include/core/store.h @@ -144,8 +144,7 @@ sdb_store_attribute(const char *hostname, * specified 'service' object. If the referenced host does not exist, an error * will be reported. Else, a new entry will be created in the store. Any * memory required for storing the entry will be allocated an managed by the - * store itself. The specified service-object will not be referenced or - * further accessed. + * store itself. * * Returns: * - 0 on success @@ -182,8 +181,7 @@ sdb_store_service_attr(const char *hostname, const char *service, * specified 'metric' object. If the referenced host does not exist, an error * will be reported. Else, a new entry will be created in the store. Any * memory required for storing the entry will be allocated an managed by the - * store itself. The specified metric-object will not be referenced or - * further accessed. + * store itself. * * Returns: * - 0 on success