trigger mirror
[m6w6/ext-ircclient] / php_ircclient.h
1 /*
2 +--------------------------------------------------------------------+
3 | PECL :: ircclient |
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) 2014, Michael Wallner <mike@php.net> |
10 +--------------------------------------------------------------------+
11 */
12
13 #ifndef PHP_IRCCLIENT_H
14 #define PHP_IRCCLIENT_H
15
16 #define PHP_IRCCLIENT_VERSION "0.3.1"
17
18 extern zend_module_entry ircclient_module_entry;
19 #define phpext_ircclient_ptr &ircclient_module_entry
20
21 #endif
22
23
24 /*
25 * Local variables:
26 * tab-width: 4
27 * c-basic-offset: 4
28 * End:
29 * vim600: noet sw=4 ts=4 fdm=marker
30 * vim<600: noet sw=4 ts=4
31 */