X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Fcore%2Fstore.h;h=289bc2f88684ef6a82be2d63935d1b5bcb85d22a;hp=20ca047b9473c28bdb2867bc0259a50419467ad0;hb=a873701765e00228463e06795bdde21274e8fa74;hpb=da34466aea7bfa2d29df00b74ef8b3e8bd2da7de diff --git a/src/include/core/store.h b/src/include/core/store.h index 20ca047..289bc2f 100644 --- a/src/include/core/store.h +++ b/src/include/core/store.h @@ -144,6 +144,9 @@ typedef struct sdb_store_matcher sdb_store_matcher_t; /* * A JSON formatter converts stored objects into the JSON format. * See http://www.ietf.org/rfc/rfc4627.txt + * + * A JSON formatter object inherits from sdb_object_t and, thus, may safely be + * cast to a generic object. */ struct sdb_store_json_formatter; typedef struct sdb_store_json_formatter sdb_store_json_formatter_t;