diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2001-07-13 16:58:09 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2001-07-13 16:58:09 +0000 |
commit | df965e200c905de75c5c331b244c5f61f9c22c38 (patch) | |
tree | 5b81df06aee924772554eba1c674d3f3bbaffad0 /ext/fdf/php_fdf.h | |
parent | f00791ce247e9aa5af4677cf4bcd625480992f1a (diff) | |
download | php-git-df965e200c905de75c5c331b244c5f61f9c22c38.tar.gz |
Add fdf_set_encoding()
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 e475fbe5a4..fb8f499f7e 100644 --- a/ext/fdf/php_fdf.h +++ b/ext/fdf/php_fdf.h @@ -53,6 +53,7 @@ PHP_FUNCTION(fdf_set_flags); PHP_FUNCTION(fdf_set_opt); PHP_FUNCTION(fdf_set_submit_form_action); PHP_FUNCTION(fdf_set_javascript_action); +PHP_FUNCTION(fdf_set_encoding); #else #define fdf_module_ptr NULL |