X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqexc.h;h=c5847daaf11f84ac7d4b8d1408d9fed96481c0dd;hp=0c522aed78854e5abcdfc7200bada94256bddf6b;hb=a5470139f5305341fca92f942852d1ae18b254ea;hpb=66164e1efade374a8bb302653d4832ad36a788c5 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