summaryrefslogtreecommitdiffstats
path: root/include/libiptc/xtcshared.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-08-27 11:39:52 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-09-11 17:31:35 +0200
commit1639fe86579f86f5f6a954a9b0adde2e16ad1980 (patch)
tree20e8008b2b19cebf1e58c8e2b1ba2c802f475c96 /include/libiptc/xtcshared.h
parent7e5e866a36a76c153e5903b8251f90cfe07a1d34 (diff)
libiptc: combine common types: _handle
No real API/ABI change incurred, since the definition of the structs' types is not visible anyhow. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/libiptc/xtcshared.h')
-rw-r--r--include/libiptc/xtcshared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libiptc/xtcshared.h b/include/libiptc/xtcshared.h
index aaf87a4b..89a51511 100644
--- a/include/libiptc/xtcshared.h
+++ b/include/libiptc/xtcshared.h
@@ -2,5 +2,6 @@
#define _LIBXTC_SHARED_H 1
typedef char xt_chainlabel[32];
+struct xtc_handle;
#endif /* _LIBXTC_SHARED_H */