Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtsession / SrvFile_io.h
1 /* $XConsortium: SrvFile_io.h /main/4 1995/10/30 09:40:10 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:        SrvFile_io.h
12  **
13  **   Project:     HP DT
14  **
15  **   Description
16  **   -----------
17  **   Variables and declarations needed for
18  **   File I/O for the color server
19  **
20  **
21  **  (c) Copyright Hewlett-Packard Company, 1990.  
22  **
23  **
24  **
25  ****************************************************************************
26  ************************************<+>*************************************/
27 #ifndef _srvfile_h
28 #define _srvfile_h
29  
30 /* 
31  *  #include statements 
32  */
33
34
35 /* 
36  *  #define statements 
37  */
38
39 /* 
40  * typedef statements 
41  */
42 /*
43  *  External variables  
44  */
45
46
47 /*  
48  *  External Interface  
49  */
50
51
52
53 extern void SwitchAItoPS( 
54                             struct _palette *) ;
55 extern struct _palette * GetPaletteDefinition( 
56                             Display *dpy,
57                             int     screen_number,
58                             char    *palette) ;
59
60
61 #endif /*_srvfile_h*/
62 /* DON'T ADD ANYTHING AFTER THIS #endif */