summaryrefslogtreecommitdiff
path: root/lib/bstack.mli
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2008-07-25 15:12:53 +0200
committerGravatar Samuel Mimram <smimram@debian.org>2008-07-25 15:12:53 +0200
commita0cfa4f118023d35b767a999d5a2ac4b082857b4 (patch)
treedabcac548e299fee1da464c93b3dba98484f45b1 /lib/bstack.mli
parent2281410e38ef99d025ea77194585a9bc019fdaa9 (diff)
Imported Upstream version 8.2~beta3+dfsgupstream/8.2.beta3+dfsg
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