X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqstm.h;h=07d0f08e9c75b9664c73c3ddd016bd96ab62d7dc;hb=56e9738f80aee54b362f90a42c724abad5378e31;hp=da8c7d952e9195bd573d68990155622d17a2b7f3;hpb=88440266c0a9fa8354688b5ed0d2a6cc3bf04db5;p=m6w6%2Fext-pq diff --git a/src/php_pqstm.h b/src/php_pqstm.h index da8c7d9..07d0f08 100644 --- a/src/php_pqstm.h +++ b/src/php_pqstm.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2013, Michael Wallner | + | Copyright (c) 2013, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -30,11 +30,11 @@ typedef struct php_pqstm_object { php_pqstm_t *intern; } php_pqstm_object_t; -zend_class_entry *php_pqstm_class_entry; -zend_object_value php_pqstm_create_object_ex(zend_class_entry *ce, php_pqstm_t *intern, php_pqstm_object_t **ptr TSRMLS_DC); +extern zend_class_entry *php_pqstm_class_entry; +extern zend_object_value php_pqstm_create_object_ex(zend_class_entry *ce, php_pqstm_t *intern, php_pqstm_object_t **ptr TSRMLS_DC); -PHP_MINIT_FUNCTION(pqstm); -PHP_MSHUTDOWN_FUNCTION(pqstm); +extern PHP_MINIT_FUNCTION(pqstm); +extern PHP_MSHUTDOWN_FUNCTION(pqstm); #endif