diff options
author | Bart Polot <bart@net.in.tum.de> | 2012-12-17 12:35:19 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2012-12-17 12:35:19 +0000 |
commit | 11cc044427e734c83af65ee340dd10ec70c97b1c (patch) | |
tree | 2c807dc234644519ff2f341cf6ca2f1cb2a084f2 /src/include/gnunet_regex_lib.h | |
parent | 07ce0aaf09b4bcdf37b1524a9a497d4a185aba91 (diff) |
- move regex_from_file and combine to separate lib file
Diffstat (limited to 'src/include/gnunet_regex_lib.h')
-rw-r--r-- | src/include/gnunet_regex_lib.h | 10 |
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 */ { |