aboutsummaryrefslogtreecommitdiff
path: root/dpid/misc_new.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-01-02 14:50:36 +0100
committerjcid <devnull@localhost>2008-01-02 14:50:36 +0100
commitf26816711d6e756a76e537a210e48fa416b8260f (patch)
treefad8ce7c47dbb253f1e5294819ad211ae4ee3d43 /dpid/misc_new.h
parent5ca49ae150a68fd45fdfefc853005e9ef08a6982 (diff)
- Removed a warning in dpi by adding a mkfname function.
Diffstat (limited to 'dpid/misc_new.h')
-rw-r--r--dpid/misc_new.h1
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