Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 12 Dec 2014 20:56:24 +0000 (15:56 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 12 Dec 2014 20:56:31 +0000 (15:56 -0500)
src/lib/regex.c

index 4413af2..264e88a 100644 (file)
@@ -62,9 +62,6 @@ static void _pcre_free(void *to_free) {
        talloc_free(to_free);
 }
 
-extern
-
-
 /** Wrapper around pcre_compile
  *
  * Allows the rest of the code to do compilations using one function signature.