From ce01fd9526d0fca767541e176d04c3a7079235c2 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 18 Mar 2003 16:40:29 +0000 Subject: Avoid using FILE* where possible. Tidy up handling of potential error situations for the php:// wrapper. --- main/php_open_temporary_file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_open_temporary_file.h') diff --git a/main/php_open_temporary_file.h b/main/php_open_temporary_file.h index 0342f92ca7..ef9fb9d676 100644 --- a/main/php_open_temporary_file.h +++ b/main/php_open_temporary_file.h @@ -22,5 +22,6 @@ #define PHP_OPEN_TEMPORARY_FILE_H 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); #endif /* PHP_OPEN_TEMPORARY_FILE_H */ -- cgit v1.2.1