~ubuntu-branches/ubuntu/karmic/laby/karmic

« back to all changes in this revision

Viewing changes to src/bot.mli

  • Committer: Bazaar Package Importer
  • Author(s): Mehdi Dogguy
  • Date: 2009-06-01 21:35:00 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090601213500-c1f7o333v0ew2c4f
Tags: 0.5.0-1
* New Upstream Version
* Remove menhir from build-dependencies: not used.
* alsa-utils is now a Recommends: used only for sound effects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
      start: bool;
18
18
      probe: query option;
19
19
      close: unit;
 
20
      help: string -> string;
20
21
    >
21
22
 
22
23
val make : unit -> t