summaryrefslogtreecommitdiff
path: root/src/diskinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/diskinfo.h')
-rw-r--r--src/diskinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/diskinfo.h b/src/diskinfo.h
new file mode 100644
index 0000000..9a4265f
--- /dev/null
+++ b/src/diskinfo.h
@@ -0,0 +1,4 @@
+#include <stdio.h>
+#include <stdlib.h>
+
+int disk_io_kb(char*, unsigned long long*, unsigned long long*);

Generated by cgit