X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqexc.h;h=c5847daaf11f84ac7d4b8d1408d9fed96481c0dd;hb=a06db6d217fc8ba0fd9b8273a9e595477d59afcc;hp=0c522aed78854e5abcdfc7200bada94256bddf6b;hpb=9f5cecf26bd70a92ed013f31afec59e272623ac1;p=m6w6%2Fext-pq diff --git a/src/php_pqexc.h b/src/php_pqexc.h index 0c522ae..c5847da 100644 --- a/src/php_pqexc.h +++ b/src/php_pqexc.h @@ -26,10 +26,10 @@ typedef enum php_pqexc_type { EX_SQL } php_pqexc_type_t; -zend_class_entry *exce(php_pqexc_type_t type); -zval *throw_exce(php_pqexc_type_t type TSRMLS_DC, const char *fmt, ...); +extern zend_class_entry *exce(php_pqexc_type_t type); +extern zval *throw_exce(php_pqexc_type_t type TSRMLS_DC, const char *fmt, ...); -PHP_MINIT_FUNCTION(pqexc); +extern PHP_MINIT_FUNCTION(pqexc); #endif