X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-courierauth;a=blobdiff_plain;f=php_courierauth.h;h=8b900e33e29ace7e4774f9cc5d381ae0443bd3f7;hp=39aca9b5beeb665047771fceab53c0091a9d03cc;hb=refs%2Fheads%2Fmaster;hpb=e09249514b95b7883fd162554a934ffdcbe98486 diff --git a/php_courierauth.h b/php_courierauth.h index 39aca9b..8b900e3 100644 --- a/php_courierauth.h +++ b/php_courierauth.h @@ -15,23 +15,11 @@ #ifndef PHP_COURIERAUTH_H #define PHP_COURIERAUTH_H -#define PHP_COURIERAUTH_VERSION "0.1.0" +#define PHP_COURIERAUTH_VERSION "0.2.0-dev" 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 */