-- This package provides defaults for "Queue.Print".
--
-- All strings are returned in uppercase.
--
with Subtypes;
use Subtypes;
package Printer is

    function Default_Options_For (This_Version : in Full_Name) return String;
    --
    -- Returns the default printer options string for the specified version.
    --
    -- Raises "IO_Failure" if a problem is encountered obtaining the
    -- defaults.

    Io_Failure : exception;

end Printer;