Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtSvc / DtUtil2 / Spc.h
1 /*
2  * File:         Spc.h $XConsortium: Spc.h /main/3 1995/10/26 15:28:51 rswiston $
3  * Language:     C
4  *
5  * (c) Copyright 1988, Hewlett-Packard Company, all rights reserved.
6  *
7  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
8  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
9  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.                      *
10  * (c) Copyright 1993, 1994 Novell, Inc.                                *
11  */
12
13 #ifndef _Dt_SPC_h
14 #define _Dt_SPC_h
15
16 #include <bms/spc.h>
17
18 /* 
19  * For definitions of any of the following, look in <bms/spc.h>.
20  */
21
22 #define DtSPCOpen               XeSPCOpen
23 #define DtSPCClose              XeSPCClose
24 #define DtSPCSpawn              XeSPCSpawn
25 #define DtSPCAddInput           XeSPCAddInput
26 #define DtSPCRegisterTerminator XeSPCRegisterTerminator
27 #define DtSPCErrorNumber        XeSPCErrorNumber
28
29 #endif /* #ifdef _Dt_SPC_h */