summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/relayd.h
diff options
context:
space:
mode:
authorPierre-Yves Ritschard <pyr@cvs.openbsd.org>2007-10-22 16:53:31 +0000
committerPierre-Yves Ritschard <pyr@cvs.openbsd.org>2007-10-22 16:53:31 +0000
commit862f47d32e95c459a45a285376f8a7b4a728f7a3 (patch)
treecb0fa67a7d43a820929b8b2239524e87a7d462b6 /usr.sbin/relayd/relayd.h
parent5eb411e19f010eadeb4e61f51da2e7f589ac4fc2 (diff)
load certificates text at parse time. then load them in relay processes.
this separation will ease reload a bit more. ok reyk@ who spotted a stupid mistake again...
Diffstat (limited to 'usr.sbin/relayd/relayd.h')
-rw-r--r--usr.sbin/relayd/relayd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/relayd/relayd.h b/usr.sbin/relayd/relayd.h
index d247e6834f1..6b9515aae16 100644
--- a/usr.sbin/relayd/relayd.h
+++ b/usr.sbin/relayd/relayd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: relayd.h,v 1.70 2007/10/19 14:15:14 pyr Exp $ */
+/* $OpenBSD: relayd.h,v 1.71 2007/10/22 16:53:30 pyr Exp $ */
/*
* Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -713,6 +713,7 @@ pid_t relay(struct hoststated *, int [2], int [2], int [RELAY_MAXPROC][2],
int [2], int [RELAY_MAXPROC][2]);
void relay_notify_done(struct host *, const char *);
int relay_session_cmp(struct session *, struct session *);
+int relay_load_certfiles(struct relay *);
RB_PROTOTYPE(proto_tree, protonode, nodes, relay_proto_cmp);
SPLAY_PROTOTYPE(session_tree, session, nodes, relay_session_cmp);