]> granicus.if.org Git - php/commitdiff
fixing the proto fixes
authorHartmut Holzgraefe <hholzgra@php.net>
Thu, 6 Dec 2001 17:18:10 +0000 (17:18 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Thu, 6 Dec 2001 17:18:10 +0000 (17:18 +0000)
ext/cyrus/cyrus.c

index b0e3cf01ff429f1b8fb47c1a67af4051226587d7..9e772ded4448b69d063602e6ba0cf16bca16358e 100644 (file)
@@ -443,7 +443,7 @@ PHP_FUNCTION(cyrus_bind)
 }
 /* }}} */
 
-/* proto bool cyrus_unbind( resource connection, string trigger_name)
+/* {{{ proto bool cyrus_unbind( resource connection, string trigger_name)
    Unbind ... */
 PHP_FUNCTION(cyrus_unbind)
 {
@@ -465,7 +465,7 @@ PHP_FUNCTION(cyrus_unbind)
 }
 /* }}} */
 
-/* {{{ proto bool cyrus_qzuery( resource connection, string query) 
+/* {{{ proto bool cyrus_query( resource connection, string query) 
    Send a query to a Cyrus IMAP server */
 PHP_FUNCTION(cyrus_query)
 {