summaryrefslogtreecommitdiff
path: root/src/bundles.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundles.ads')
-rw-r--r--src/bundles.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bundles.ads b/src/bundles.ads
index a58a232..5a0c274 100644
--- a/src/bundles.ads
+++ b/src/bundles.ads
@@ -40,6 +40,12 @@ package Bundles is
return Natural;
+ procedure Count_Both
+ (This : in Bundle;
+ Votes : out Natural;
+ Papers : out Natural);
+
+
function "<"
(Left, Right : in Bundle)
return Boolean;