openssh-portable/openbsd-compat/port-irix.h

15 lines
337 B
C
Raw Normal View History

2003-05-18 16:13:38 +02:00
/* XXX - BSD license */
#ifndef _PORT_IRIX_H
#define _PORT_IRIX_H
#if defined(WITH_IRIX_PROJECT) || \
defined(WITH_IRIX_JOBS) || \
defined(WITH_IRIX_ARRAY)
void irix_setusercontext(struct passwd *pw);
#endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */
2003-05-18 16:13:38 +02:00
#endif /* ! _PORT_IRIX_H */