|
|
1.1 root 1: /* $Header: msg.h,v 1.1 87/09/11 08:19:19 toddb 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:
30: extern char *MsgFileName();
31: extern void MsgSaveChanges();
32: extern int MsgSetScreen();
33: extern int MsgSetScreenForComp();
34: extern void MsgSetScrnForce();
35: extern Scrn MsgGetScrn();
36: extern void MsgSetFate();
37: extern FateType MsgGetFate();
38: extern void MsgSetTemporary();
39: extern void MsgSetPermanent();
40: extern int MsgGetId();
41: extern char *MsgGetScanLine();
42: extern Toc MsgGetToc();
43: extern void MsgSetReapable();
44: extern void MsgClearReapable();
45: extern int MsgGetReapable();
46: extern void MsgSetEditable();
47: extern void MsgClearEditable();
48: extern int MsgGetEditable();
49: extern int MsgChanged();
50: extern void MsgSetCallOnChange();
51: extern void MsgClearCallOnChange();
52: extern void MsgSend();
53: extern void MsgLoadComposition();
54: extern void MsgLoadReply();
55: extern void MsgLoadForward();
56: extern void MsgLoadCopy();
57: extern void MsgCheckPoint();
58: extern void MsgFree();
59:
60: #endif _msg_h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.