Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / tt / lib / mp / mp.h
1 /*%%  (c) Copyright 1993, 1994 Hewlett-Packard Company                   */
2 /*%%  (c) Copyright 1993, 1994 International Business Machines Corp.     */
3 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                    */
4 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                              */
5 /*%%  $XConsortium: mp.h /main/3 1995/10/23 10:18:24 rswiston $                                                          */
6 /*
7  * mp.h -- public interface classes to the Message Passer
8  *
9  * Copyright (c) 1990 by Sun Microsystems, Inc.
10  */
11 #ifndef _MP_H
12 #define _MP_H
13
14 #include <mp/mp_global.h>
15 #include <mp/mp_arg.h>
16 #include <mp/mp_file.h>
17 #include <mp/mp_message.h>
18 #include <mp/mp_mp.h>
19 #include <mp/mp_procid.h>
20 #include <mp/mp_pattern.h>
21 #include <mp/mp_session.h>
22
23 #endif                          /* _MP_H */