summaryrefslogtreecommitdiffstats
path: root/uniso.h
diff options
context:
space:
mode:
Diffstat (limited to 'uniso.h')
-rw-r--r--uniso.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/uniso.h b/uniso.h
new file mode 100644
index 0000000..811f389
--- /dev/null
+++ b/uniso.h
@@ -0,0 +1,7 @@
+#ifndef UNISO_H
+#define UNISO_H
+
+
+int uniso(int fd);
+
+#endif