X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqexc.h;h=de1be0f6acb6325ee0c246b4adab10fe3af2403b;hp=0c522aed78854e5abcdfc7200bada94256bddf6b;hb=6e28a8741be3fccdaca960e492c31bc26837a4ed;hpb=9f5cecf26bd70a92ed013f31afec59e272623ac1 diff --git a/src/php_pqexc.h b/src/php_pqexc.h index 0c522ae..de1be0f 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, const char *fmt, ...); -PHP_MINIT_FUNCTION(pqexc); +extern PHP_MINIT_FUNCTION(pqexc); #endif