summaryrefslogtreecommitdiff
path: root/ocamltest/actions.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ocamltest/actions.mli')
-rw-r--r--ocamltest/actions.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/ocamltest/actions.mli b/ocamltest/actions.mli
index 63714c3cdd..941fc477de 100644
--- a/ocamltest/actions.mli
+++ b/ocamltest/actions.mli
@@ -21,6 +21,8 @@ type t
val action_name : t -> string
+val update : t -> code -> t
+
val make : string -> code -> t
val compare : t -> t -> int