]> andersk Git - openssh.git/blob - auth.h
- More large OpenBSD CVS updates:
[openssh.git] / auth.h
1 #ifndef AUTH_H
2 #define AUTH_H
3
4 void    do_authentication(void);
5 void    do_authentication2(void);
6
7 struct passwd *
8 auth_get_user(void);
9
10 #endif
This page took 0.563469 seconds and 5 git commands to generate.