blob: 2051b737d1615f1ddcb76eb33756ac25465ee8e6 [file] [log] [blame]
Damien Millerb38eff82000-04-01 11:09:21 +10001#ifndef SESSION_H
2#define SESSION_H
3
4/* SSH1 */
5void do_authenticated(struct passwd * pw);
6
7#endif