diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-06-20 09:02:43 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-06-20 09:02:43 +0000 |
commit | 566b7539fcaf9c455da665cb641016d2cfbb1b47 (patch) | |
tree | eb12baa08d99313d6da7eb8c1be17c5e447f1586 /src/regex/regex_block_lib.h | |
parent | de9409f80dbfc5cc61a28316b271600e9da95cdc (diff) |
renaming symbols from libgnunetregextest to have the prefix REGEX_TEST
Diffstat (limited to 'src/regex/regex_block_lib.h')
-rw-r--r-- | src/regex/regex_block_lib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regex/regex_block_lib.h b/src/regex/regex_block_lib.h index 2ef7ef30c1..a6c5392291 100644 --- a/src/regex/regex_block_lib.h +++ b/src/regex/regex_block_lib.h @@ -52,7 +52,7 @@ extern "C" * GNUNET_SYSERR if the block is invalid. */ int -REGEX_ITERNAL_block_check (const struct RegexBlock *block, +REGEX_INTERNAL_block_check (const struct RegexBlock *block, size_t size, const char *xquery); @@ -66,7 +66,7 @@ REGEX_ITERNAL_block_check (const struct RegexBlock *block, * * @return GNUNET_YES if should keep iterating, GNUNET_NO otherwise. */ -typedef int (*REGEX_ITERNAL_EgdeIterator)(void *cls, +typedef int (*REGEX_INTERNAL_EgdeIterator)(void *cls, const char *token, size_t len, const struct GNUNET_HashCode *key); @@ -89,9 +89,9 @@ typedef int (*REGEX_ITERNAL_EgdeIterator)(void *cls, * be errors in further edges. */ int -REGEX_ITERNAL_block_iterate (const struct RegexBlock *block, +REGEX_INTERNAL_block_iterate (const struct RegexBlock *block, size_t size, - REGEX_ITERNAL_EgdeIterator iterator, + REGEX_INTERNAL_EgdeIterator iterator, void *iter_cls); #if 0 /* keep Emacsens' auto-indent happy */ |