summaryrefslogtreecommitdiff
path: root/dpid/misc_new.h
diff options
context:
space:
mode:
Diffstat (limited to 'dpid/misc_new.h')
-rw-r--r--dpid/misc_new.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/dpid/misc_new.h b/dpid/misc_new.h
new file mode 100644
index 00000000..94e10676
--- /dev/null
+++ b/dpid/misc_new.h
@@ -0,0 +1,12 @@
+#ifndef MISC_NEW_H
+#define MISC_NEW_H
+
+#include "../dlib/dlib.h"
+
+
+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);
+
+#endif