diff options
Diffstat (limited to 'dpid/misc_new.h')
-rw-r--r-- | dpid/misc_new.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dpid/misc_new.h b/dpid/misc_new.h index 94e10676..e2bf6e9a 100644 --- a/dpid/misc_new.h +++ b/dpid/misc_new.h @@ -8,5 +8,6 @@ int a_Misc_close_fd(int fd); Dstr *a_Misc_rdtag(int socket); char *a_Misc_readtag(int sock); char *a_Misc_mkdtemp(char *template); +char *a_Misc_mkfname(char *template); #endif |