Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtsession / SmXrm.h
1 /* $XConsortium: SmXrm.h /main/4 1995/10/30 09:39:43 rswiston $ */
2 /*                                                                      *
3  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
4  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
5  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.                      *
6  * (c) Copyright 1993, 1994 Novell, Inc.                                *
7  */
8 /************************************<+>*************************************
9  ****************************************************************************
10  **
11  **   File:        SmXrm.h
12  **
13  **   Project:     DT
14  **
15  **   Description
16  **   -----------
17  **   Variables and declarations needed for
18  **   Xrm database management
19  **
20  **
21  ****************************************************************************
22  ************************************<+>*************************************/
23 #ifndef _smxrm_h
24 #define _smxrm_h
25
26 /*
27  *  #include statements
28  */
29
30
31 /*
32  *  #define statements
33  */
34
35 /*
36  * typedef statements
37  */
38
39 /*
40  *  External variables
41  */
42
43 /*
44  *  External Interface
45  */
46
47 XrmDatabase SmXrmSubtractDatabase(
48   XrmDatabase source_db,
49   XrmDatabase target_db);
50
51
52 #endif /*_smxrm_h*/
53 /* DON'T ADD ANYTHING AFTER THIS #endif */