Revert "dtudcfonted, dtudcexch: delete from repository"
[oweals/cde.git] / cde / programs / dtudcfonted / libfal / syncx.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: syncx.h /main/2 1996/06/25 20:04:52 cde-fuj $ */
24 /*
25  *  (c) Copyright 1995 FUJITSU LIMITED
26  *  This is source code modified by FUJITSU LIMITED under the Joint
27  *  Development Agreement for the CDEnext PST.
28  *  This is unpublished proprietary source code of FUJITSU LIMITED
29  */
30 #include <stdio.h>
31 #include <X11/Xlib.h>
32 #include <X11/Xresource.h>
33 #include "_falutil.h"
34
35 extern XrmQuark falrmStringToQuark(
36 #if NeedFunctionPrototypes
37     _Xconst char*       /* string */
38 #endif
39 );
40 extern XrmString falrmQuarkToString(
41 #if NeedFunctionPrototypes
42     XrmQuark            /* quark */
43 #endif
44 );
45
46 extern char *falGetAtomName(
47 #if NeedFunctionPrototypes
48     Display*            /* display */,
49     Atom                /* atom */
50 #endif
51 );
52
53 extern char **falListFonts(
54 #if NeedFunctionPrototypes
55     Display*            /* display */,
56     _Xconst char*       /* pattern */,
57     int                 /* maxnames */,
58     int*                /* actual_count_return */
59 #endif
60 );
61
62 extern char **falListFontsWithInfo(
63 #if NeedFunctionPrototypes
64     Display*            /* display */,
65     _Xconst char*       /* pattern */,
66     int                 /* maxnames */,
67     int*                /* count_return */,
68     XFontStruct**       /* info_return */
69 #endif
70 );
71
72 extern XFontStruct *falLoadQueryFont(
73 #if NeedFunctionPrototypes
74     Display*            /* display */,
75     _Xconst char*       /* name */
76 #endif
77 );