Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
31
cde/programs/dtmail/include/MotifApp/mailtest.h
Normal file
31
cde/programs/dtmail/include/MotifApp/mailtest.h
Normal file
@@ -0,0 +1,31 @@
|
||||
/* $XConsortium: mailtest.h /main/3 1995/11/06 16:33:59 rswiston $ */
|
||||
/*
|
||||
* File: mailtest.h
|
||||
* Contains object data structures and callback declarations
|
||||
|
||||
*
|
||||
* This file was generated from mailtest by dtcodegen
|
||||
*
|
||||
* ** DO NOT MODIFY BY HAND - ALL MODIFICATIONS WILL BE LOST **
|
||||
*
|
||||
*/
|
||||
#ifndef _MAILTEST_H_
|
||||
#define _MAILTEST_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <X11/Intrinsic.h>
|
||||
|
||||
/*
|
||||
* Structure to store values for Application Resources
|
||||
*/
|
||||
typedef struct {
|
||||
char *session_file;
|
||||
|
||||
/* vvv Add client code below vvv */
|
||||
} DtbAppResourceRec;
|
||||
|
||||
|
||||
extern DtbAppResourceRec dtb_app_resource_rec;
|
||||
|
||||
#endif /* _MAILTEST_H_ */
|
||||
|
||||
Reference in New Issue
Block a user