X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_courierauth.h;fp=php_courierauth.h;h=39aca9b5beeb665047771fceab53c0091a9d03cc;hb=e09249514b95b7883fd162554a934ffdcbe98486;hp=0000000000000000000000000000000000000000;hpb=76dc8c3d1c73ea3ddeb8ff51d57a9ec0a5c78f79;p=m6w6%2Fext-courierauth diff --git a/php_courierauth.h b/php_courierauth.h new file mode 100644 index 0000000..39aca9b --- /dev/null +++ b/php_courierauth.h @@ -0,0 +1,45 @@ +/* + +--------------------------------------------------------------------+ + | PECL :: courierauth | + +--------------------------------------------------------------------+ + | Redistribution and use in source and binary forms, with or without | + | modification, are permitted provided that the conditions mentioned | + | in the accompanying LICENSE file are met. | + +--------------------------------------------------------------------+ + | Copyright (c) 2006, Michael Wallner | + +--------------------------------------------------------------------+ +*/ + +/* $Id$ */ + +#ifndef PHP_COURIERAUTH_H +#define PHP_COURIERAUTH_H + +#define PHP_COURIERAUTH_VERSION "0.1.0" + +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 */ + + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 + */