xref: /titanic_41/usr/src/cmd/ssh/include/port-irix.h (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1 /*
2  * XXX - Add OpenSSH copyright
3  */
4 
5 #ifndef	_PORT_IRIX_H
6 #define	_PORT_IRIX_H
7 
8 #pragma ident	"%Z%%M%	%I%	%E% SMI"
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 
15 #if defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY)
16 
17 void irix_setusercontext(struct passwd *pw);
18 
19 #endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* _PORT_IRIX_H */
26