PHP 7 support; just for fun
[m6w6/ext-courierauth] / php_courierauth.h
index ff3ae3c63b68bb66f3bc62755c349568d300c503..8b900e33e29ace7e4774f9cc5d381ae0443bd3f7 100644 (file)
 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 */