X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-courierauth;a=blobdiff_plain;f=php_courierauth.h;h=8b900e33e29ace7e4774f9cc5d381ae0443bd3f7;hp=ff3ae3c63b68bb66f3bc62755c349568d300c503;hb=refs%2Fheads%2Fmaster;hpb=7b93aa378de63cbc18767c40874817a74f0fe77b diff --git a/php_courierauth.h b/php_courierauth.h index ff3ae3c..8b900e3 100644 --- a/php_courierauth.h +++ b/php_courierauth.h @@ -20,18 +20,6 @@ extern zend_module_entry courierauth_module_entry; #define phpext_courierauth_ptr &courierauth_module_entry -#ifdef ZTS -#include "TSRM.h" -#endif - -PHP_MINFO_FUNCTION(courierauth); - -PHP_FUNCTION(courierauth_login); -PHP_FUNCTION(courierauth_getuserinfo); -PHP_FUNCTION(courierauth_enumerate); -PHP_FUNCTION(courierauth_passwd); -PHP_FUNCTION(courierauth_getoption); - #endif /* PHP_COURIERAUTH_H */