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