manual prototype fixes for newly added macros from zend_modules.h

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205285 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2006-01-14 21:44:22 +00:00
parent c78b7f09a8
commit dcd8de00d8
6 changed files with 24 additions and 24 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-MOD-CONFLICTS">
<refnamediv>
<refname>ZEND_MOD_CONFLICTS</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>ZEND_MOD_CONFLICTS</methodname>
<methodparam><type>???</type><parameter>name</parameter></methodparam>
<void/><methodname>ZEND_MOD_CONFLICTS</methodname>
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-MOD-CONFLICTS-EX">
<refnamediv>
<refname>ZEND_MOD_CONFLICTS_EX</refname>
@ -9,10 +9,10 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>ZEND_MOD_CONFLICTS_EX</methodname>
<methodparam><type>???</type><parameter>name</parameter></methodparam>
<methodparam><type>???</type><parameter>rel</parameter></methodparam>
<methodparam><type>???</type><parameter>ver</parameter></methodparam>
<void/><methodname>ZEND_MOD_CONFLICTS_EX</methodname>
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
<methodparam><type>char *</type><parameter>rel</parameter></methodparam>
<methodparam><type>char *</type><parameter>ver</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-MOD-OPTIONAL">
<refnamediv>
<refname>ZEND_MOD_OPTIONAL</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>ZEND_MOD_OPTIONAL</methodname>
<methodparam><type>???</type><parameter>name</parameter></methodparam>
<void/><methodname>ZEND_MOD_OPTIONAL</methodname>
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-MOD-OPTIONAL-EX">
<refnamediv>
<refname>ZEND_MOD_OPTIONAL_EX</refname>
@ -9,10 +9,10 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>ZEND_MOD_OPTIONAL_EX</methodname>
<methodparam><type>???</type><parameter>name</parameter></methodparam>
<methodparam><type>???</type><parameter>rel</parameter></methodparam>
<methodparam><type>???</type><parameter>ver</parameter></methodparam>
<void/><methodname>ZEND_MOD_OPTIONAL_EX</methodname>
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
<methodparam><type>char *</type><parameter>rel</parameter></methodparam>
<methodparam><type>char *</type><parameter>ver</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-MOD-REQUIRED">
<refnamediv>
<refname>ZEND_MOD_REQUIRED</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>ZEND_MOD_REQUIRED</methodname>
<methodparam><type>???</type><parameter>name</parameter></methodparam>
<void/><methodname>ZEND_MOD_REQUIRED</methodname>
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-MOD-REQUIRED-EX">
<refnamediv>
<refname>ZEND_MOD_REQUIRED_EX</refname>
@ -9,10 +9,10 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>ZEND_MOD_REQUIRED_EX</methodname>
<methodparam><type>???</type><parameter>name</parameter></methodparam>
<methodparam><type>???</type><parameter>rel</parameter></methodparam>
<methodparam><type>???</type><parameter>ver</parameter></methodparam>
<void/><methodname>ZEND_MOD_REQUIRED_EX</methodname>
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
<methodparam><type>char *</type><parameter>rel</parameter></methodparam>
<methodparam><type>char *</type><parameter>ver</parameter></methodparam>
</methodsynopsis>
<para>
...