aboutsummaryrefslogtreecommitdiff
path: root/include/forward_decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/forward_decl.h')
-rw-r--r--include/forward_decl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/forward_decl.h b/include/forward_decl.h
new file mode 100644
index 0000000..cc7ec12
--- /dev/null
+++ b/include/forward_decl.h
@@ -0,0 +1,8 @@
+#ifndef TSL_FORWARD_DECL_H
+#define TSL_FORWARD_DECL_H
+
+typedef struct TslValue TslValue;
+
+struct ____tsl_dummy { int dd; };
+
+#endif /* TSL_FORWARD_DECL_H */