summaryrefslogtreecommitdiff
path: root/lib/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/header.h')
-rw-r--r--lib/header.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/header.h b/lib/header.h
index 8a72c279f..87ca03d01 100644
--- a/lib/header.h
+++ b/lib/header.h
@@ -180,6 +180,7 @@ typedef int (*headerTagTagFunction) (Header h,
* Define header tag output formats.
*/
typedef /*@abstract@*/ struct headerSprintfExtension_s * headerSprintfExtension;
+/*@-fielduse@*/ /* LCL: confused by union? */
struct headerSprintfExtension_s {
enum headerSprintfExtenstionType type; /*!< Type of extension. */
/*@observer@*/ /*@null@*/ const char * name; /*!< Name of extension. */
@@ -190,6 +191,7 @@ struct headerSprintfExtension_s {
struct headerSprintfExtension_s * more; /*!< Chained table extension. */
} u;
};
+/*@=fielduse@*/
/** \ingroup header
* Supported default header tag output formats.