PHP 7 support; just for fun
[m6w6/ext-courierauth] / php_courierauth.h
1 /*
2 +--------------------------------------------------------------------+
3 | PECL :: courierauth |
4 +--------------------------------------------------------------------+
5 | Redistribution and use in source and binary forms, with or without |
6 | modification, are permitted provided that the conditions mentioned |
7 | in the accompanying LICENSE file are met. |
8 +--------------------------------------------------------------------+
9 | Copyright (c) 2006, Michael Wallner <mike@php.net> |
10 +--------------------------------------------------------------------+
11 */
12
13 /* $Id$ */
14
15 #ifndef PHP_COURIERAUTH_H
16 #define PHP_COURIERAUTH_H
17
18 #define PHP_COURIERAUTH_VERSION "0.2.0-dev"
19
20 extern zend_module_entry courierauth_module_entry;
21 #define phpext_courierauth_ptr &courierauth_module_entry
22
23 #endif /* PHP_COURIERAUTH_H */
24
25
26 /*
27 * Local variables:
28 * tab-width: 4
29 * c-basic-offset: 4
30 * End:
31 * vim600: noet sw=4 ts=4 fdm=marker
32 * vim<600: noet sw=4 ts=4
33 */