c73d848764c27480fa00e4943df256ee2eb4f9e5
[oweals/cde.git] / cde / programs / dtmail / include / MotifApp / dtmailopts.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 librararies 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: dtmailopts.h /main/3 1995/11/06 16:33:51 rswiston $ */
24 /*** DTB_USER_CODE_START vvv Add file header below vvv ***/
25 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
26
27 /*
28  * File: dtmailopts.h
29  * Contains: object data structures and callback declarations
30  *
31  * This file was generated by dtcodegen, from project dtmailopts
32  *
33  * Any text may be added between the DTB_USER_CODE_START and
34  * DTB_USER_CODE_END comments (even non-C code). Descriptive comments
35  * are provided only as an aid.
36  *
37  *  ** EDIT ONLY WITHIN SECTIONS MARKED WITH DTB_USER_CODE COMMENTS.  **
38  *  ** ALL OTHER MODIFICATIONS WILL BE OVERWRITTEN. DO NOT MODIFY OR  **
39  *  ** DELETE THE GENERATED COMMENTS!                                 **
40  */
41 #ifndef _DTMAILOPTS_H_
42 #define _DTMAILOPTS_H_
43
44 #include <stdlib.h>
45 #include <X11/Intrinsic.h>
46 #include <nl_types.h>
47 #define DTB_PROJECT_CATALOG     "dtmailopts"
48 /* Handle for standard message catalog for the project */
49 extern nl_catd  Dtb_project_catd;
50
51 /*
52  * Structure to store values for Application Resources
53  */
54 typedef struct {
55     char        *session_file;
56     
57     /*** DTB_USER_CODE_START vvv Add structure fields below vvv ***/
58     /*** DTB_USER_CODE_END   ^^^ Add structure fields above ^^^ ***/
59 } DtbAppResourceRec;
60
61
62 extern DtbAppResourceRec        dtb_app_resource_rec;
63
64
65 /**************************************************************************
66  *** DTB_USER_CODE_START
67  ***
68  *** Add types, macros, and externs here
69  ***/
70
71 /*** DTB_USER_CODE_END
72  ***
73  *** End of user code section
74  ***
75  **************************************************************************/
76
77
78 #endif /* _DTMAILOPTS_H_ */