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