summaryrefslogtreecommitdiff
path: root/lib/sail_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sail_state.h')
-rw-r--r--lib/sail_state.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/sail_state.h b/lib/sail_state.h
new file mode 100644
index 00000000..e50d1619
--- /dev/null
+++ b/lib/sail_state.h
@@ -0,0 +1,7 @@
+#ifndef SAIL_STATE_H
+#define SAIL_STATE_H
+
+struct sail_state;
+typedef struct sail_state sail_state;
+
+#endif