diff options
| author | Andi Gutmans <andi@php.net> | 2000-04-02 20:26:06 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-04-02 20:26:06 +0000 |
| commit | de0d354736a08e2218d37dfe70314f81cf765839 (patch) | |
| tree | d1e25a0778fa92eebe5463c3ddcecf0e0a3b4308 /main/php_virtual_cwd.h | |
| parent | d8e64d623ec7e72d2d63b8105da188fa91a3f21f (diff) | |
| download | php-git-de0d354736a08e2218d37dfe70314f81cf765839.tar.gz | |
- Create dtor function
Diffstat (limited to 'main/php_virtual_cwd.h')
| -rw-r--r-- | main/php_virtual_cwd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_virtual_cwd.h b/main/php_virtual_cwd.h index e98bb5344c..24fe7e7c8b 100644 --- a/main/php_virtual_cwd.h +++ b/main/php_virtual_cwd.h @@ -22,6 +22,7 @@ typedef struct _cwd_state { typedef int (*verify_path_func)(const cwd_state *); void virtual_cwd_startup(); +void virtual_cwd_shutdown(); char *virtual_getcwd_ex(int *length); char *virtual_getcwd(char *buf, size_t size); int virtual_chdir(char *path); |
