aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_regex_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_regex_lib.h')
-rw-r--r--src/include/gnunet_regex_lib.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/gnunet_regex_lib.h b/src/include/gnunet_regex_lib.h
index 783e69dff8..105ccee545 100644
--- a/src/include/gnunet_regex_lib.h
+++ b/src/include/gnunet_regex_lib.h
@@ -249,16 +249,6 @@ GNUNET_REGEX_ipv6toregex (const struct in6_addr *ipv6,
unsigned int prefixlen, char *rxstr);
-/**
- * Combine an array of regexes into a single prefix-shared regex.
- *
- * @param regexes A NULL-terminated array of regexes.
- *
- * @retrun A string with a single regex that matches any of the original regexes
- */
-char *
-GNUNET_REGEX_combine(char * const regexes[]);
-
#if 0 /* keep Emacsens' auto-indent happy */
{