From: Preston L. Bannister Date: Thu, 16 May 2002 12:07:11 +0000 (+0000) Subject: Proper declaration to suppress compiler warning. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d3ed920b5575653264f8a6d8736347494a69548;p=php Proper declaration to suppress compiler warning. --- diff --git a/ext/mbstring/mbregex.h b/ext/mbstring/mbregex.h index 488da07f09..03292bcd38 100644 --- a/ext/mbstring/mbregex.h +++ b/ext/mbstring/mbregex.h @@ -198,7 +198,7 @@ extern void mbre_free_registers (struct mbre_registers*); #else /* !__STDC__ */ extern char *mbre_compile_pattern (); -void mbre_free_regexp (); +void mbre_free_pattern (); /* Is this really advertised? */ extern int mbre_adjust_startpos (); extern void mbre_compile_fastmap ();