aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_sqlite.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-02-27 14:26:17 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-02-27 14:26:17 +0000
commit11e0d70c68bdec7df62a1118ce346fc8ec629c4a (patch)
tree34bf19338a645af52ec466c7054621f455ccb216 /src/namestore/plugin_namestore_sqlite.c
parent506334f0bb9d2b6e9414eb060642b5da6cb5bfcf (diff)
downloadgnunet-11e0d70c68bdec7df62a1118ce346fc8ec629c4a.tar.gz
gnunet-11e0d70c68bdec7df62a1118ce346fc8ec629c4a.zip
- put record
Diffstat (limited to 'src/namestore/plugin_namestore_sqlite.c')
-rw-r--r--src/namestore/plugin_namestore_sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/plugin_namestore_sqlite.c b/src/namestore/plugin_namestore_sqlite.c
index ba8f8bca6..c29721643 100644
--- a/src/namestore/plugin_namestore_sqlite.c
+++ b/src/namestore/plugin_namestore_sqlite.c
@@ -465,7 +465,7 @@ namestore_sqlite_remove_records (void *cls,
465 * @param rd array of records with data to store 465 * @param rd array of records with data to store
466 * @param signature signature of the record block, NULL if signature is unavailable (i.e. 466 * @param signature signature of the record block, NULL if signature is unavailable (i.e.
467 * because the user queried for a particular record type only) 467 * because the user queried for a particular record type only)
468 * @return GNUNET_OK on success 468 * @return GNUNET_OK on success, else GNUNET_SYSERR
469 */ 469 */
470static int 470static int
471namestore_sqlite_put_records (void *cls, 471namestore_sqlite_put_records (void *cls,