aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/C.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/C.mli')
-rw-r--r--cparser/C.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/C.mli b/cparser/C.mli
index 6744b38f..d477acda 100644
--- a/cparser/C.mli
+++ b/cparser/C.mli
@@ -205,6 +205,7 @@ type struct_or_union =
type fundef = {
fd_storage: storage;
+ fd_inline: bool;
fd_name: ident;
fd_ret: typ; (* return type *)
fd_params: (ident * typ) list; (* formal parameters *)