2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

oops, isc__file_mktemplate instead of isc_file_mktemplate

This commit is contained in:
David Lawrence 2000-04-26 00:44:36 +00:00
parent b8957f3496
commit 37cc3f596b

View File

@ -21,7 +21,7 @@
#define TEMPLATE "tXXXXXXX.tmp"
isc_result_t
isc__file_mktemplate(const char *file, char *buf, size_t buflen) {
isc_file_mktemplate(const char *file, char *buf, size_t buflen) {
char *s;
s = ;