summaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-30 20:52:14 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-30 20:52:14 +0000
commitc95ddb3eac0292511af734768441444098b90be9 (patch)
tree0f9797ab72aba90fb820aca16ff4078040f6f2bb /src/include/gnunet_namestore_service.h
parentee1230fff885b67efbae4fd194e7c62c93903ae3 (diff)
downloadgnunet-c95ddb3eac0292511af734768441444098b90be9.tar.gz
gnunet-c95ddb3eac0292511af734768441444098b90be9.zip
-more cleanup and input validation fixes
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index c381cc920..4267e2044 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -526,16 +526,6 @@ GNUNET_NAMESTORE_records_deserialize (size_t len,
526 526
527 527
528/** 528/**
529 * Checks if a name is wellformed
530 *
531 * @param name the name to check
532 * @return GNUNET_OK on success, GNUNET_SYSERR on error
533 */
534int
535GNUNET_NAMESTORE_check_name (const char * name);
536
537
538/**
539 * Convert the 'value' of a record to a string. 529 * Convert the 'value' of a record to a string.
540 * 530 *
541 * @param type type of the record 531 * @param type type of the record