about summary refs log tree commit diff
path: root/lib/util/nsleep.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/nsleep.h')
-rw-r--r--lib/util/nsleep.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/util/nsleep.h b/lib/util/nsleep.h
new file mode 100644
index 00000000..372b8008
--- /dev/null
+++ b/lib/util/nsleep.h
@@ -0,0 +1,7 @@
+#ifndef NSLEEP_H_INCLUDED
+#define NSLEEP_H_INCLUDED
+
+void
+sleepN(unsigned int const milliseconds);
+
+#endif