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 */