diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2005-04-03 17:19:27 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2005-04-03 17:19:27 +0000 |
commit | 3edfba4e92c860e5173084d804678f462b212ef9 (patch) | |
tree | 8cadf19e0fd19b62709715d9dcbafa22567bb094 /usr.sbin/sasyncd/sasyncd.h | |
parent | 587064c5ab03932c985fba57939042fee76aeef8 (diff) |
yacc parser
Diffstat (limited to 'usr.sbin/sasyncd/sasyncd.h')
-rw-r--r-- | usr.sbin/sasyncd/sasyncd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sasyncd/sasyncd.h b/usr.sbin/sasyncd/sasyncd.h index aa37ff3c161..f1d6c8f3ef6 100644 --- a/usr.sbin/sasyncd/sasyncd.h +++ b/usr.sbin/sasyncd/sasyncd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sasyncd.h,v 1.1 2005/03/30 18:44:49 ho Exp $ */ +/* $OpenBSD: sasyncd.h,v 1.2 2005/04/03 17:19:26 ho Exp $ */ /* * Copyright (c) 2005 Håkan Olsson. All rights reserved. @@ -51,6 +51,8 @@ struct cfgstate { char *certfile; char *privkeyfile; + char *sharedkey; + int pfkey_socket; char *listen_on; |