-- rtf.py - RTF definitions

-- $Header: /a/vulcan/xtel/isode/isode-master/others/rtf/RCS/rtf.py,v 8.0 91/07/17 13:13:04 isode Rel $
--
--
-- $Log:	rtf.py,v $
-- Revision 8.0  91/07/17  13:13:04  isode
-- Release 7.0
-- 
--

--
--				  NOTICE
--
--    Acquisition, use, and distribution of this module and related
--    materials are subject to the restrictions of a license agreement.
--    Consult the Preface in the User's Manual for the full terms of
--    this agreement.
--
--

RTF DEFINITIONS ::=

BEGIN

Request ::=
    SEQUENCE {
	user[0]
	    IMPLICIT IA5String,

	password[1]
	    IMPLICIT IA5String,

	file[2]
	    IMPLICIT IA5String
    }

END
