aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMaximilian Szengel <gnunet@maxsz.de>2012-10-15 17:06:54 +0000
committerMaximilian Szengel <gnunet@maxsz.de>2012-10-15 17:06:54 +0000
commit6db6d0ff86cb4b1cd3b0f90b1d0712e4e6b2192e (patch)
treeb133daf2011445230bc8a332b2bcc33b5d4a38b8 /src/include
parent0cbfe4d4b98355087c387124e6b852d06093a26e (diff)
downloadgnunet-6db6d0ff86cb4b1cd3b0f90b1d0712e4e6b2192e.tar.gz
gnunet-6db6d0ff86cb4b1cd3b0f90b1d0712e4e6b2192e.zip
fix
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_regex_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_regex_lib.h b/src/include/gnunet_regex_lib.h
index 599e92765..87718b2f0 100644
--- a/src/include/gnunet_regex_lib.h
+++ b/src/include/gnunet_regex_lib.h
@@ -39,6 +39,12 @@ extern "C"
39 39
40 40
41/** 41/**
42 * Constant for how many bits the initial string regex should have.
43 */
44#define GNUNET_REGEX_INITIAL_BITS 24
45
46
47/**
42 * Maximum regex string length for use with GNUNET_REGEX_ipv4toregex 48 * Maximum regex string length for use with GNUNET_REGEX_ipv4toregex
43 */ 49 */
44#define GNUNET_REGEX_IPV4_REGEXLEN 32 + 6 50#define GNUNET_REGEX_IPV4_REGEXLEN 32 + 6