From ce7edc9b3c7370f32fec0bc7a8ec3e29ed9a5f61 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Wed, 25 Mar 2009 00:34:59 -0400 Subject: Imported Upstream version 5.1.1 --- ext/tidy/php_tidy.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ext/tidy/php_tidy.h') diff --git a/ext/tidy/php_tidy.h b/ext/tidy/php_tidy.h index 6e4c4dba8..3ec290f3a 100644 --- a/ext/tidy/php_tidy.h +++ b/ext/tidy/php_tidy.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | + | Copyright (c) 1997-2005 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_tidy.h,v 1.22.2.1 2005/02/08 05:29:48 rasmus Exp $ */ +/* $Id: php_tidy.h,v 1.26 2005/08/03 14:08:19 sniper Exp $ */ #ifndef PHP_TIDY_H #define PHP_TIDY_H @@ -57,6 +57,9 @@ PHP_FUNCTION(tidy_reset_config); PHP_FUNCTION(tidy_get_config); PHP_FUNCTION(tidy_get_status); PHP_FUNCTION(tidy_get_html_ver); +#if HAVE_TIDYOPTGETDOC +PHP_FUNCTION(tidy_get_opt_doc); +#endif PHP_FUNCTION(tidy_is_xhtml); PHP_FUNCTION(tidy_is_xml); PHP_FUNCTION(tidy_error_count); -- cgit v1.2.3