Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtMrm / Mrm.h
1 /*   $XConsortium: Mrm.h /main/1 1996/04/05 14:41:44 mgreess $ */
2 /*                                                                      
3  *                   Common Desktop Environment                         
4  *                                                                      
5  * (c) Copyright 1996 Hewlett-Packard Company                           
6  * (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company
7  * (c) Copyright 1993, 1994, 1995 International Business Machines Corp.
8  * (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
9  * (c) Copyright 1993, 1994, 1995 Novell, Inc.
10  * (c) Copyright 1995 Digital Equipment Corp.
11  * (c) Copyright 1995 Fujitsu Limited
12  * (c) Copyright 1995 Hitachi, Ltd.
13  *                                                                 
14  *
15  *                   RESTRICTED RIGHTS LEGEND                              
16  *
17  * Use, duplication, or disclosure by the U.S. Government is subject to
18  * restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in
19  * Technical Data and Computer Software clause in DFARS 252.227-7013.  Rights
20  * for non-DOD U.S. Government Departments and Agencies are as set forth in
21  * FAR 52.227-19(c)(1,2).
22  * 
23  * Hewlett-Packard Company, 3000 Hanover Street, Palo Alto, CA 94304 U.S.A.
24  * International Business Machines Corp., Route 100, Somers, NY 10589 U.S.A. 
25  * Sun Microsystems, Inc., 2550 Garcia Avenue, Mountain View, CA 94043 U.S.A.
26  * Novell, Inc., 190 River Road, Summit, NJ 07901 U.S.A.
27  * Digital Equipment Corp., 111 Powdermill Road, Maynard, MA 01754, U.S.A.
28  * Fujitsu Limited, 1015, Kamikodanaka Nakahara-Ku, Kawasaki 211, Japan
29  * Hitachi, Ltd., 6, Kanda Surugadai 4-Chome, Chiyoda-ku, Tokyo 101, Japan
30  */
31 #ifndef MRM_H
32 #define MRM_H
33
34 /* DtMrmInit.c */
35 extern void DtMrmInitialize(void);
36
37 #endif /* MRM_H */
38 /* DON'T ADD STUFF AFTER THIS #endif */