summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/port.h b/src/port.h
new file mode 100644
index 0000000..49295b9
--- /dev/null
+++ b/src/port.h
@@ -0,0 +1,6 @@
+#ifndef _PORT_HEADER_INCLUDED
+#define _PORT_HEADER_INCLUDED
+
+void cssh_msleep( unsigned int msec );
+
+#endif