diff options
author | 2000-03-28 21:15:45 +0000 | |
---|---|---|
committer | 2000-03-28 21:15:45 +0000 | |
commit | 133a7928464fee64fe0d69177d1837ade4d4e8d9 (patch) | |
tree | 7fbbd3c1444151d3c46af88136947189633b25c9 /usr.bin/ssh/session.h | |
parent | function tables for different message types (diff) | |
download | wireguard-openbsd-133a7928464fee64fe0d69177d1837ade4d4e8d9.tar.xz wireguard-openbsd-133a7928464fee64fe0d69177d1837ade4d4e8d9.zip |
split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
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 |