diff options
Diffstat (limited to 'usr.bin/ssh/session.h')
-rw-r--r-- | usr.bin/ssh/session.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/ssh/session.h b/usr.bin/ssh/session.h new file mode 100644 index 00000000000..2051b737d16 --- /dev/null +++ b/usr.bin/ssh/session.h @@ -0,0 +1,7 @@ +#ifndef SESSION_H +#define SESSION_H + +/* SSH1 */ +void do_authenticated(struct passwd * pw); + +#endif |