summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c9ed4d2)
raw | patch | inline | side by side (parent: c9ed4d2)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 30 Jan 2014 08:12:57 +0000 (09:12 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 30 Jan 2014 08:12:57 +0000 (09:12 +0100) |
src/include/core/data.h | patch | blob | history |
index a5438a2c8e76d4821b29e1b6ae40aa638aea0bb8..53b68193dae4765eb432565992c5d8d8cd208fe6 100644 (file)
--- a/src/include/core/data.h
+++ b/src/include/core/data.h
/*
* sdb_data_t:
* A datum retrieved from an arbitrary data source.
- *
- * The string and binary objects are managed by whoever creates the data
- * object, thus, they must not be freed or modified. If you want to keep them,
- * make sure to make a copy.
*/
typedef struct {
int type;