diff options
Diffstat (limited to 'ext/swf/php_swf.h')
-rw-r--r-- | ext/swf/php_swf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/swf/php_swf.h b/ext/swf/php_swf.h index 96b9e2f8a2..ffbdc4bbc8 100644 --- a/ext/swf/php_swf.h +++ b/ext/swf/php_swf.h @@ -62,6 +62,7 @@ PHP_FUNCTION(swf_actionsettarget); PHP_FUNCTION(swf_actiongotolabel); PHP_FUNCTION(swf_defineline); PHP_FUNCTION(swf_definerect); +PHP_FUNCTION(swf_definepoly); PHP_FUNCTION(swf_startshape); PHP_FUNCTION(swf_shapelinesolid); PHP_FUNCTION(swf_shapefilloff); |