aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-27 20:29:34 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-27 20:29:34 +0000
commitde17ce8c248ed8d2334736e7c0013d55475625f1 (patch)
tree7f4dea9b2cb750ec833564772d8a1df63e921d48 /src/namestore/namestore.h
parent5e0c21e1204115258a743bc3c03b8308af6a7c48 (diff)
downloadgnunet-de17ce8c248ed8d2334736e7c0013d55475625f1.tar.gz
gnunet-de17ce8c248ed8d2334736e7c0013d55475625f1.zip
-more namestore code cleanup
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index 5a42c14d7..8968abdf2 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -26,6 +26,13 @@
26#ifndef NAMESTORE_H 26#ifndef NAMESTORE_H
27#define NAMESTORE_H 27#define NAMESTORE_H
28 28
29/**
30 * Maximum length of any name, including 0-termination.
31 */
32#define MAX_NAME_LEN 256
33
34
35
29/* 36/*
30 * Collect message types here, move to protocols later 37 * Collect message types here, move to protocols later
31 */ 38 */