diff options
Diffstat (limited to 'ext/dbase/php_dbase.h')
-rw-r--r-- | ext/dbase/php_dbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dbase/php_dbase.h b/ext/dbase/php_dbase.h index c51b34b0c3..f445808933 100644 --- a/ext/dbase/php_dbase.h +++ b/ext/dbase/php_dbase.h @@ -35,6 +35,7 @@ PHP_FUNCTION(dbase_get_record); PHP_FUNCTION(dbase_delete_record); PHP_FUNCTION(dbase_pack); PHP_FUNCTION(dbase_get_record_with_names); +PHP_FUNCTION(dbase_get_header_info); #else #define dbase_module_ptr NULL #endif |