summaryrefslogtreecommitdiff
path: root/main/php_open_temporary_file.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-02-07 21:01:06 +0000
committerMarcus Boerger <helly@php.net>2007-02-07 21:01:06 +0000
commit6ded8042b9c02d4f113866b76df3a8569d31a10a (patch)
tree60e9abe763c26a6a60e7fbbdf37d471f86b2a110 /main/php_open_temporary_file.h
parentee3226e50eff7884c839536453ab51b3aca0d6bd (diff)
downloadphp-git-6ded8042b9c02d4f113866b76df3a8569d31a10a.tar.gz
- MFH Fix memleak with temp dir
Diffstat (limited to 'main/php_open_temporary_file.h')
-rw-r--r--main/php_open_temporary_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_open_temporary_file.h b/main/php_open_temporary_file.h
index 43b36def7e..9565fcd6ca 100644
--- a/main/php_open_temporary_file.h
+++ b/main/php_open_temporary_file.h
@@ -25,6 +25,7 @@ BEGIN_EXTERN_C()
PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC);
PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC);
PHPAPI const char *php_get_temporary_directory(void);
+PHPAPI void php_shutdown_temporary_directory();
END_EXTERN_C()
#endif /* PHP_OPEN_TEMPORARY_FILE_H */