summaryrefslogtreecommitdiffstats
path: root/include/libiptc/xtcshared.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libiptc/xtcshared.h')
-rw-r--r--include/libiptc/xtcshared.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libiptc/xtcshared.h b/include/libiptc/xtcshared.h
new file mode 100644
index 00000000..aaf87a4b
--- /dev/null
+++ b/include/libiptc/xtcshared.h
@@ -0,0 +1,6 @@
+#ifndef _LIBXTC_SHARED_H
+#define _LIBXTC_SHARED_H 1
+
+typedef char xt_chainlabel[32];
+
+#endif /* _LIBXTC_SHARED_H */