Last of the spelling fixed
[oweals/cde.git] / cde / programs / dtstyle / Resource.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these libraries and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: Resource.h /main/4 1995/10/30 13:12:06 rswiston $ */
24 /************************************<+>*************************************
25  ****************************************************************************
26  **
27  **   File:        Resource.h
28  **
29  **   Project:     DT 3.0
30  **
31  **  This file contains function definitions for the corresponding .c
32  **  file
33  **
34  **
35  **  (c) Copyright Hewlett-Packard Company, 1990.  
36  **
37  **
38  **
39  ****************************************************************************
40  ************************************<+>*************************************/
41 #ifndef _resource_h
42 #define _resource_h
43
44 /* External Interface */
45
46
47 extern void GetUserFontResource(int);
48 extern void GetSysFontResource(int);
49
50 extern void GetApplicationResources( void ) ;
51 extern void AddResourceConverters( void ) ;
52
53
54 #endif /* _resource_h */
55 /* DON'T ADD ANYTHING AFTER THIS #endif */