aboutsummaryrefslogtreecommitdiff
path: root/dpid/misc_new.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-11-01 16:31:59 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-11-01 16:31:59 -0300
commitf22fea661d0755029173a21fa72f7c131ee884e7 (patch)
tree48a0f4ae5bf1225709a4571a134a5900964fd354 /dpid/misc_new.h
parente909b151a01c444a1630dc524249190d333620b2 (diff)
Introduce basic shared-secret-based authentication
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 248b2895..325451a1 100644
--- a/dpid/misc_new.h
+++ b/dpid/misc_new.h
@@ -7,5 +7,6 @@ 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