source: trunk/third/xmh/msg.h @ 9658

Revision 9658, 2.0 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9657, which included commits to RCS files with non-trunk default branches.
Line 
1/* $XConsortium: msg.h,v 2.7 89/07/20 21:12:59 converse Exp $ */
2/*
3 *                        COPYRIGHT 1987
4 *                 DIGITAL EQUIPMENT CORPORATION
5 *                     MAYNARD, MASSACHUSETTS
6 *                      ALL RIGHTS RESERVED.
7 *
8 * THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE AND
9 * SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT CORPORATION.
10 * DIGITAL MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE FOR
11 * ANY PURPOSE.  IT IS SUPPLIED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
12 *
13 * IF THE SOFTWARE IS MODIFIED IN A MANNER CREATING DERIVATIVE COPYRIGHT RIGHTS,
14 * APPROPRIATE LEGENDS MAY BE PLACED ON THE DERIVATIVE WORK IN ADDITION TO THAT
15 * SET FORTH ABOVE.
16 *
17 *
18 * Permission to use, copy, modify, and distribute this software and its
19 * documentation for any purpose and without fee is hereby granted, provided
20 * that the above copyright notice appear in all copies and that both that
21 * copyright notice and this permission notice appear in supporting documentation,
22 * and that the name of Digital Equipment Corporation not be used in advertising
23 * or publicity pertaining to distribution of the software without specific,
24 * written prior permission.
25 */
26
27#ifndef _msg_h
28#define _msg_h
29
30extern char *MsgFileName();
31extern int MsgSaveChanges();
32extern int MsgSetScrn();
33extern void MsgSetScrnForComp();
34extern void MsgSetScrnForce();
35extern void MsgSetFate();
36extern FateType MsgGetFate();
37extern void MsgSetTemporary();
38extern void MsgSetPermanent();
39extern int MsgGetId();
40extern char *MsgGetScanLine();
41extern Toc MsgGetToc();
42extern void MsgSetReapable();
43extern void MsgClearReapable();
44extern int MsgGetReapable();
45extern void MsgSetEditable();
46extern void MsgClearEditable();
47extern int MsgGetEditable();
48extern int MsgChanged();
49extern void MsgSetCallOnChange();
50extern void MsgClearCallOnChange();
51extern void MsgSend();
52extern void MsgLoadComposition();
53extern void MsgLoadReply();
54extern void MsgLoadForward();
55extern void MsgLoadCopy();
56extern void MsgCheckPoint();
57extern void MsgFree();
58
59#endif /* _msg_h */
Note: See TracBrowser for help on using the repository browser.