X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqcancel.h;h=ad9fb6460360f9d92a60d44e4bb296a460f8e52a;hp=2f2d185aa546684ad499b5c60b9d47c5794f80b6;hb=a5470139f5305341fca92f942852d1ae18b254ea;hpb=66164e1efade374a8bb302653d4832ad36a788c5 diff --git a/src/php_pqcancel.h b/src/php_pqcancel.h index 2f2d185..ad9fb64 100644 --- a/src/php_pqcancel.h +++ b/src/php_pqcancel.h @@ -28,11 +28,11 @@ typedef struct php_pqcancel_object { php_pqcancel_t *intern; } php_pqcancel_object_t; -zend_class_entry *php_pqcancel_class_entry; -zend_object_value php_pqcancel_create_object_ex(zend_class_entry *ce, php_pqcancel_t *intern, php_pqcancel_object_t **ptr TSRMLS_DC); +extern zend_class_entry *php_pqcancel_class_entry; +extern zend_object_value php_pqcancel_create_object_ex(zend_class_entry *ce, php_pqcancel_t *intern, php_pqcancel_object_t **ptr TSRMLS_DC); -PHP_MINIT_FUNCTION(pqcancel); -PHP_MSHUTDOWN_FUNCTION(pqcancel); +extern PHP_MINIT_FUNCTION(pqcancel); +extern PHP_MSHUTDOWN_FUNCTION(pqcancel); #endif