summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/include/strmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/ssh/include/strmode.h')
-rw-r--r--usr/src/cmd/ssh/include/strmode.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/usr/src/cmd/ssh/include/strmode.h b/usr/src/cmd/ssh/include/strmode.h
new file mode 100644
index 0000000000..cdbc4bd3c9
--- /dev/null
+++ b/usr/src/cmd/ssh/include/strmode.h
@@ -0,0 +1,23 @@
+/* $Id: strmode.h,v 1.3 2001/06/09 02:22:17 mouring Exp $ */
+
+#ifndef _STRMODE_H
+#define _STRMODE_H
+
+#pragma ident "%Z%%M% %I% %E% SMI"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+#ifndef HAVE_STRMODE
+
+void strmode(register mode_t mode, register char *p);
+
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _STRMODE_H */