зеркало из https://github.com/Azure/sonic-openssh.git
8 строки
99 B
C
8 строки
99 B
C
|
#ifndef SESSION_H
|
||
|
#define SESSION_H
|
||
|
|
||
|
/* SSH1 */
|
||
|
void do_authenticated(struct passwd * pw);
|
||
|
|
||
|
#endif
|