-
Notifications
You must be signed in to change notification settings - Fork 1
/
php_Source.h
36 lines (31 loc) · 1.22 KB
/
php_Source.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 4.0.1
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make
* changes to this file unless you know what you are doing--modify the SWIG
* interface file instead.
* ----------------------------------------------------------------------------- */
#ifndef PHP_SOURCE_H
#define PHP_SOURCE_H
extern zend_module_entry Source_module_entry;
#define phpext_Source_ptr &Source_module_entry
#ifdef PHP_WIN32
# define PHP_SOURCE_API __declspec(dllexport)
#else
# define PHP_SOURCE_API
#endif
ZEND_NAMED_FUNCTION(_wrap_add_button);
ZEND_NAMED_FUNCTION(_wrap_add_check_button);
ZEND_NAMED_FUNCTION(_wrap_add_entry);
ZEND_NAMED_FUNCTION(_wrap_show_message_box);
ZEND_NAMED_FUNCTION(_wrap_add_menu_bar);
ZEND_NAMED_FUNCTION(_wrap_add_radio);
ZEND_NAMED_FUNCTION(_wrap_add_link_button);
ZEND_NAMED_FUNCTION(_wrap_add_switch);
ZEND_NAMED_FUNCTION(_wrap_add_label);
ZEND_NAMED_FUNCTION(_wrap_add_image);
ZEND_NAMED_FUNCTION(_wrap_start);
PHP_MINIT_FUNCTION(Source);
#endif /* PHP_SOURCE_H */