tony2001                Tue Nov 28 20:40:29 2006 UTC

  Modified files:              
    /php-src/ext/standard       html.h 
  Log:
  add php_unescape_html_entities() proto to the header
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.h?r1=1.22&r2=1.23&diff_format=u
Index: php-src/ext/standard/html.h
diff -u php-src/ext/standard/html.h:1.22 php-src/ext/standard/html.h:1.23
--- php-src/ext/standard/html.h:1.22    Thu Mar  2 13:12:45 2006
+++ php-src/ext/standard/html.h Tue Nov 28 20:40:29 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: html.h,v 1.22 2006/03/02 13:12:45 dmitry Exp $ */
+/* $Id: html.h,v 1.23 2006/11/28 20:40:29 tony2001 Exp $ */
 
 #ifndef HTML_H
 #define HTML_H
@@ -38,5 +38,6 @@
 PHP_FUNCTION(get_html_translation_table);
 
 PHPAPI char *php_escape_html_entities(char *old, int oldlen, int *newlen, int 
all, int quote_style, char *hint_charset TSRMLS_DC);
+PHPAPI char *php_unescape_html_entities(char *orig, int oldlen, int *newlen, 
int all, int quote_style, char *hint_charset TSRMLS_DC);
 
 #endif /* HTML_H */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to