summary refs log tree commit diff
path: root/shm_open.h
diff options
context:
space:
mode:
authorStacy Harper <contact@stacyharper.net>2021-08-24 18:52:05 +0200
committerJohn Sullivan <jsullivan@csumb.edu>2021-10-19 23:12:01 -0700
commitf559b3d999ea185b35a165eeef3e56004fbc5d78 (patch)
tree0d4d9b76c593e906e5a4e9da2f579a518760280d /shm_open.h
parent2d6610e3bfb8bbc9d1236eb49e0b1b399df0f24a (diff)
downloadsuggpicker-f559b3d999ea185b35a165eeef3e56004fbc5d78.tar.gz
Drop wld and implement our own pangocairo renderer
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
+