diff options
author | Uwe Steinmann <steinm@php.net> | 2000-08-21 09:23:37 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-08-21 09:23:37 +0000 |
commit | 1bbea8d0eb692df29afd1032d4046c4a12040ef6 (patch) | |
tree | 4180535b1aee3f297a0efe79abac79757c2901b0 /ext/fdf/php_fdf.h | |
parent | 82115ea03984b8c7d79f12aa78c0af0f40624882 (diff) | |
download | php-git-1bbea8d0eb692df29afd1032d4046c4a12040ef6.tar.gz |
- added function fdf_set_javascript_action()
Diffstat (limited to 'ext/fdf/php_fdf.h')
-rw-r--r-- | ext/fdf/php_fdf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fdf/php_fdf.h b/ext/fdf/php_fdf.h index 50409a2abd..2e6ea5a690 100644 --- a/ext/fdf/php_fdf.h +++ b/ext/fdf/php_fdf.h @@ -52,6 +52,7 @@ PHP_FUNCTION(fdf_add_template); PHP_FUNCTION(fdf_set_flags); PHP_FUNCTION(fdf_set_opt); PHP_FUNCTION(fdf_set_submit_form_action); +PHP_FUNCTION(fdf_set_javascript_action); #else #define fdf_module_ptr NULL #endif |