mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
oops, isc__file_mktemplate instead of isc_file_mktemplate
This commit is contained in:
parent
b8957f3496
commit
37cc3f596b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ;
|
||||
|
|
|
|||
Loading…
Reference in a new issue