aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cutil.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cutil.mli')
-rw-r--r--cparser/Cutil.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Cutil.mli b/cparser/Cutil.mli
index c5a074c5..a849d1fe 100644
--- a/cparser/Cutil.mli
+++ b/cparser/Cutil.mli
@@ -112,7 +112,7 @@ val composite_info_def:
val struct_layout:
Env.t -> field list -> (string * int) list
val offsetof:
- Env.t -> typ -> field list -> int
+ Env.t -> typ -> field -> int
(* Compute the offset of a struct member *)
(* Type classification functions *)