aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-22 12:06:13 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-22 12:06:13 +0000
commitdbaa8e25ee25e32786f202fabe7542459dee03e2 (patch)
treebaeacfedb75b75c68a1883180e531b59adce2aa3 /src
parente4ec722c9fa516adaf7e655c21fa1f338b240131 (diff)
downloadgnunet-dbaa8e25ee25e32786f202fabe7542459dee03e2.tar.gz
gnunet-dbaa8e25ee25e32786f202fabe7542459dee03e2.zip
- declaration
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_namestore_service.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 4f6f6a57d..4fe809a80 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -441,6 +441,14 @@ GNUNET_NAMESTORE_records_deserialize (size_t len,
441 struct GNUNET_NAMESTORE_RecordData *dest); 441 struct GNUNET_NAMESTORE_RecordData *dest);
442 442
443 443
444/**
445 * Checks if a name is wellformed
446 *
447 * @param name the name to check
448 * @return GNUNET_OK on success, GNUNET_SYSERR on error
449 */
450int
451GNUNET_NAMESTORE_check_name (const char * name);
444 452
445/** 453/**
446 * Convert the 'value' of a record to a string. 454 * Convert the 'value' of a record to a string.