summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/session.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-03-28 21:15:47 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-03-28 21:15:47 +0000
commit1df4776986857180f4f1d0891c299c6d863eba7e (patch)
treea24ff9eee856ac4c5f07b36016c8521997d406f1 /usr.bin/ssh/session.h
parent3327bae70b8cc6276a6c63942898b093d1ab4ebc (diff)
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.h7
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