Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View 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_ */