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 = ;