X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fregex%2Fregex_test_random.c;h=08f75696d4edc5807779190ab146dc67bfa3d99b;hb=2e95a6961bf57170b215ab28e50dbf2376d46747;hp=00e4c21b307b06ef7ac63539583237500cd5ab13;hpb=5f7a6c8f6816a826a2dd93eadc5039733f7db606;p=oweals%2Fgnunet.git diff --git a/src/regex/regex_test_random.c b/src/regex/regex_test_random.c index 00e4c21b3..08f75696d 100644 --- a/src/regex/regex_test_random.c +++ b/src/regex/regex_test_random.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet - (C) 2012 Christian Grothoff (and other contributing authors) + Copyright (C) 2012 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** * @file src/regex/regex_test_random.c @@ -61,7 +61,7 @@ get_random_literal () * needs to be freed, otherwise. */ char * -REGEX_ITERNAL_generate_random_regex (size_t rx_length, char *matching_str) +REGEX_TEST_generate_random_regex (size_t rx_length, char *matching_str) { char *rx; char *rx_p; @@ -148,7 +148,7 @@ REGEX_ITERNAL_generate_random_regex (size_t rx_length, char *matching_str) * @return random string that needs to be freed. */ char * -REGEX_ITERNAL_generate_random_string (size_t max_len) +REGEX_TEST_generate_random_string (size_t max_len) { unsigned int i; char *str;