Mercurial > dropbear
comparison session.h @ 1215:d058e15ea213
A few minor style fixes
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 15 Dec 2015 22:09:55 +0800 |
parents | fb58cf341951 |
children | 9169e4e7cbee |
comparison
equal
deleted
inserted
replaced
1214:61d3f56808a4 | 1215:d058e15ea213 |
---|---|
303 #if 0 | 303 #if 0 |
304 TODO | 304 TODO |
305 struct AgentkeyList *agentkeys; /* Keys to use for public-key auth */ | 305 struct AgentkeyList *agentkeys; /* Keys to use for public-key auth */ |
306 #endif | 306 #endif |
307 | 307 |
308 int proxy_cmd_pid; | 308 pid_t proxy_cmd_pid; |
309 }; | 309 }; |
310 | 310 |
311 /* Global structs storing the state */ | 311 /* Global structs storing the state */ |
312 extern struct sshsession ses; | 312 extern struct sshsession ses; |
313 | 313 |