suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
Diffstat (limited to 'shm_open.h')
-rw-r--r--shm_open.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/shm_open.h b/shm_open.h
new file mode 100644
index 0000000..bfec6eb
--- /dev/null
+++ b/shm_open.h
@@ -0,0 +1,9 @@
+#ifndef shm_open_h_INCLUDED
+#define shm_open_h_INCLUDED
+
+void randname(char *buf);
+int create_shm_file(void);
+int allocate_shm_file(size_t size);
+
+#endif // shm_open_h_INCLUDED
+