Skip to content

Commit

Permalink
Expose Cil.typeSigAddAttrs
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Sep 29, 2023
1 parent 3ea254e commit 398dca3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cil.mli
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,9 @@ val setTypeSigAttrs: attributes -> typsig -> typsig
(** Get the top-level attributes of a signature *)
val typeSigAttrs: typsig -> attributes

(** Add some attributes to a typsig *)
val typeSigAddAttrs: attributes -> typsig -> typsig

(*********************************************************)
(** {b Lvalues} *)

Expand Down

0 comments on commit 398dca3

Please sign in to comment.