obliq/src/ObLibOnline.i3


Copyright (C) 1994, Digital Equipment Corp.

INTERFACE ObLibOnline;
IMPORT SynScan;

  PROCEDURE Setup();
  (* To be called once before any other use of this module. *)

  PROCEDURE RegisterScanner(scanner: SynScan.T);
  (* So we can set the prompts interactively. *)

END ObLibOnline.