32 lines
618 B
C
32 lines
618 B
C
/* $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_ */
|
|
|