Changed the entire file structure to remove the .c includes from cairo.c
[phpCairo.git] / src / cairo / CairoPath.h
blob59a896dd4ddc4f13f1dd821321ef77c0923a1355
1 PHP_METHOD(CairoPath, __construct);
2 #if (PHP_MAJOR_VERSION >= 5)
3 ZEND_BEGIN_ARG_INFO_EX(CairoPath____construct_args, ZEND_SEND_BY_VAL, ZEND_RETURN_VALUE, 0)
4 ZEND_END_ARG_INFO()
5 #endif
7 PHP_METHOD(CairoPath, toStr);
8 #if (PHP_MAJOR_VERSION >= 5)
9 ZEND_BEGIN_ARG_INFO_EX(CairoPath__to_str_args, ZEND_SEND_BY_VAL, ZEND_RETURN_VALUE, 0)
10 ZEND_END_ARG_INFO()
11 #endif