X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhbugs%2Fcommon%2Fhbugs_id_generator.mli;h=dad0c93912ee91eebdc5151d2aac70d82f0ac160;hb=5d7d6bd5090f3f82279bef0b93b4b361a5b1d751;hp=7992fa365978014266ed2790eeb4dbeb53da7cbe;hpb=39d7157312213114f81948978510bed7d85a7610;p=helm.git diff --git a/helm/hbugs/common/hbugs_id_generator.mli b/helm/hbugs/common/hbugs_id_generator.mli index 7992fa365..dad0c9391 100644 --- a/helm/hbugs/common/hbugs_id_generator.mli +++ b/helm/hbugs/common/hbugs_id_generator.mli @@ -1,5 +1,7 @@ (* - * Copyright (C) 2003, HELM Team. + * Copyright (C) 2003: + * Stefano Zacchiroli + * for the HELM Team http://helm.cs.unibo.it/ * * This file is part of HELM, an Hypertextual, Electronic * Library of Mathematics, developed at the Computer Science @@ -21,10 +23,13 @@ * MA 02111-1307, USA. * * For details, see the HELM World-Wide-Web page, - * http://cs.unibo.it/helm/. + * http://helm.cs.unibo.it/ *) open Hbugs_types;; val new_broker_id: unit -> broker_id +val new_client_id: unit -> client_id +val new_musing_id: unit -> musing_id +val new_tutor_id: unit -> tutor_id