xref: /onnv-gate/usr/src/cmd/ssh/include/strmode.h (revision 0:68f95e015346)
1*0Sstevel@tonic-gate /* $Id: strmode.h,v 1.3 2001/06/09 02:22:17 mouring Exp $ */
2*0Sstevel@tonic-gate 
3*0Sstevel@tonic-gate #ifndef	_STRMODE_H
4*0Sstevel@tonic-gate #define	_STRMODE_H
5*0Sstevel@tonic-gate 
6*0Sstevel@tonic-gate #pragma ident	"%Z%%M%	%I%	%E% SMI"
7*0Sstevel@tonic-gate 
8*0Sstevel@tonic-gate #ifdef __cplusplus
9*0Sstevel@tonic-gate extern "C" {
10*0Sstevel@tonic-gate #endif
11*0Sstevel@tonic-gate 
12*0Sstevel@tonic-gate 
13*0Sstevel@tonic-gate #ifndef HAVE_STRMODE
14*0Sstevel@tonic-gate 
15*0Sstevel@tonic-gate void strmode(register mode_t mode, register char *p);
16*0Sstevel@tonic-gate 
17*0Sstevel@tonic-gate #endif
18*0Sstevel@tonic-gate 
19*0Sstevel@tonic-gate #ifdef __cplusplus
20*0Sstevel@tonic-gate }
21*0Sstevel@tonic-gate #endif
22*0Sstevel@tonic-gate 
23*0Sstevel@tonic-gate #endif /* _STRMODE_H */
24