comparison runopts.h @ 1819:5120e22882de

pass on sever process environment to child processes (option -e) (#118)
author Roland Vollgraf <30869947+rvollgraf@users.noreply.github.com>
date Thu, 19 Aug 2021 17:13:41 +0200
parents cc0fc5131c5c
children df8d8ec1801c
comparison
equal deleted inserted replaced
1818:587c76726b5f 1819:5120e22882de
128 #if DROPBEAR_PLUGIN 128 #if DROPBEAR_PLUGIN
129 char *pubkey_plugin; 129 char *pubkey_plugin;
130 char *pubkey_plugin_options; 130 char *pubkey_plugin_options;
131 #endif 131 #endif
132 132
133 int pass_on_env;
134
133 } svr_runopts; 135 } svr_runopts;
134 136
135 extern svr_runopts svr_opts; 137 extern svr_runopts svr_opts;
136 138
137 void svr_getopts(int argc, char ** argv); 139 void svr_getopts(int argc, char ** argv);