summaryrefslogtreecommitdiffstats
path: root/tools/extract-api.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-xtools/extract-api.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh
index ecf3edd..9fa7320 100755
--- a/tools/extract-api.sh
+++ b/tools/extract-api.sh
@@ -26,6 +26,7 @@ for header in \
#
cat $header | sed -n -f sed-functions > $FILE
cat $header | sed -r -n -f sed-enums > $FILE-enum
+ cat $header | sed -r -n -f sed-structs > $FILE-structs
#
if [ -f $FILE.prev ]; then
diff -u0 $FILE.prev $FILE > $FILE-diff