summaryrefslogtreecommitdiffstats
path: root/session.h
blob: 2051b737d1615f1ddcb76eb33756ac25465ee8e6 (plain)
1
2
3
4
5
6
7
#ifndef SESSION_H
#define SESSION_H

/* SSH1 */
void	do_authenticated(struct passwd * pw);

#endif