summaryrefslogtreecommitdiff
path: root/lib/bstack.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bstack.mli')
-rw-r--r--lib/bstack.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/bstack.mli b/lib/bstack.mli
index f018d155..ca2b5f02 100644
--- a/lib/bstack.mli
+++ b/lib/bstack.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: bstack.mli 5920 2004-07-16 20:01:26Z herbelin $ i*)
+(*i $Id: bstack.mli 10441 2008-01-15 16:37:46Z lmamane $ i*)
(* Bounded stacks. If the depth is [None], then there is no depth limit. *)
@@ -19,3 +19,4 @@ val app_repl : 'a t -> ('a -> 'a) -> unit
val pop : 'a t -> unit
val top : 'a t -> 'a
val depth : 'a t -> int
+val size : 'a t -> int