Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtstyle / I18nMain.h
1 /* $XConsortium: I18nMain.h /main/1 1996/03/25 00:51:57 pascale $ */
2 /************************************<+>*************************************
3  ****************************************************************************
4  **
5  **   File:        I18nMain.h
6  **
7  **
8  **  This file contains function definitions for the corresponding .c
9  **  file
10  **
11  **
12  ****************************************************************************
13  ************************************<+>*************************************/
14 /*
15  * (c) Copyright 1996 Digital Equipment Corporation.
16  * (c) Copyright 1996 Hewlett-Packard Company.
17  * (c) Copyright 1996 International Business Machines Corp.
18  * (c) Copyright 1996 Sun Microsystems, Inc.
19  * (c) Copyright 1996 Novell, Inc. 
20  * (c) Copyright 1996 FUJITSU LIMITED.
21  * (c) Copyright 1996 Hitachi.
22  */
23
24 #ifndef _i18nMain_h
25 #define _i18nMain_h
26
27
28 /* External Interface */
29
30 extern void popup_i18nBB( Widget shell) ;
31 extern void restoreI18n( Widget shell, XrmDatabase db) ;
32 extern void saveI18n( int fd) ;
33
34
35 #endif /* _i18nMain_h */
36 /* DON'T ADD ANYTHING AFTER THIS #endif */