aboutsummaryrefslogtreecommitdiff
path: root/dpid/misc_new.h
diff options
context:
space:
mode:
Diffstat (limited to 'dpid/misc_new.h')
-rw-r--r--dpid/misc_new.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dpid/misc_new.h b/dpid/misc_new.h
index e2bf6e9a..325451a1 100644
--- a/dpid/misc_new.h
+++ b/dpid/misc_new.h
@@ -1,13 +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);
char *a_Misc_mkfname(char *template);
+char *a_Misc_mksecret(int nchar);
#endif