summaryrefslogtreecommitdiffstats
path: root/app/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/utils.h')
-rw-r--r--app/utils.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/utils.h b/app/utils.h
new file mode 100644
index 0000000..99b2e30
--- /dev/null
+++ b/app/utils.h
@@ -0,0 +1,15 @@
+#ifndef __UTILS_H
+#define __UTILS_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int
+os_create_anonymous_file(off_t size);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif