summaryrefslogtreecommitdiff
path: root/cparser/C.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/C.mli')
-rw-r--r--cparser/C.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/cparser/C.mli b/cparser/C.mli
index 5d90407..b1e44eb 100644
--- a/cparser/C.mli
+++ b/cparser/C.mli
@@ -231,7 +231,8 @@ type fundef = {
fd_storage: storage;
fd_inline: bool;
fd_name: ident;
- fd_ret: typ; (* return type *)
+ fd_attrib: attributes;
+ fd_ret: typ; (* return type *)
fd_params: (ident * typ) list; (* formal parameters *)
fd_vararg: bool; (* variable arguments? *)
fd_locals: decl list; (* local variables *)