summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index 2ffaecdcd..c2eeed665 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.101 2012/05/13 01:42:32 dtucker Exp $ */ 1/* $OpenBSD: servconf.h,v 1.102 2012/06/19 18:25:28 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -192,6 +192,11 @@ struct connection_info {
192 M_CP_STROPT(revoked_keys_file); \ 192 M_CP_STROPT(revoked_keys_file); \
193 M_CP_STROPT(authorized_principals_file); \ 193 M_CP_STROPT(authorized_principals_file); \
194 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \ 194 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
195 M_CP_STRARRAYOPT(allow_users, num_allow_users); \
196 M_CP_STRARRAYOPT(deny_users, num_deny_users); \
197 M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \
198 M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \
199 M_CP_STRARRAYOPT(accept_env, num_accept_env); \
195 } while (0) 200 } while (0)
196 201
197struct connection_info *get_connection_info(int, int); 202struct connection_info *get_connection_info(int, int);