summaryrefslogtreecommitdiff
path: root/lib/isc/include/isc/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/isc/include/isc/file.h')
-rw-r--r--lib/isc/include/isc/file.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/isc/include/isc/file.h b/lib/isc/include/isc/file.h
index 56cf4f234af1..a7e65e4b0378 100644
--- a/lib/isc/include/isc/file.h
+++ b/lib/isc/include/isc/file.h
@@ -97,11 +97,14 @@ isc_file_mktemplate(const char *path, char *buf, size_t buflen);
* of the path with the internal template string.
*/
-
isc_result_t
isc_file_openunique(char *templet, FILE **fp);
+isc_result_t
+isc_file_bopenunique(char *templet, FILE **fp);
/*!<
* \brief Create and open a file with a unique name based on 'templet'.
+ * isc_file_bopen*() open the file in binary mode in Windows.
+ * isc_file_open*() open the file in text mode in Windows.
*
* Notes:
*\li 'template' is a reserved work in C++. If you want to complain