summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-05-22 15:25:25 +0530
committersinanmohd <sinan@firemail.cc>2023-06-26 12:59:10 +0530
commitd7ce046606ce05dd8a37e83fc48667bbe4c20093 (patch)
tree7e8d44431998e8c9d80f39165b6525866ddb5856 /menu.h
initial commitHEADmaster
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/menu.h b/menu.h
new file mode 100644
index 0000000..de5bda5
--- /dev/null
+++ b/menu.h
@@ -0,0 +1,3 @@
+#include "util.h"
+
+int menuinit(const State *state, int fd);