]> andersk Git - openssh.git/blame_incremental - auth.h
doc
[openssh.git] / auth.h
... / ...
CommitLineData
1#ifndef AUTH_H
2#define AUTH_H
3
4void do_authentication(void);
5void do_authentication2(void);
6
7struct passwd *
8auth_get_user(void);
9
10#endif
This page took 0.037577 seconds and 5 git commands to generate.