summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth.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/auth.h
parent3327bae70b8cc6276a6c63942898b093d1ab4ebc (diff)
split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
Diffstat (limited to 'usr.bin/ssh/auth.h')
-rw-r--r--usr.bin/ssh/auth.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/ssh/auth.h b/usr.bin/ssh/auth.h
new file mode 100644
index 00000000000..805177723ed
--- /dev/null
+++ b/usr.bin/ssh/auth.h
@@ -0,0 +1,6 @@
+#ifndef AUTH_H
+#define AUTH_H
+
+void do_authentication(void);
+
+#endif