[9657] | 1 | /* |
---|
| 2 | * $XConsortium: actions.h,v 1.9 91/07/17 21:20:49 converse Exp $ |
---|
| 3 | * |
---|
| 4 | * Copyright 1989 Massachusetts Institute of Technology |
---|
| 5 | * |
---|
| 6 | * Permission to use, copy, modify, distribute, and sell this software and its |
---|
| 7 | * documentation for any purpose is hereby granted without fee, provided that |
---|
| 8 | * the above copyright notice appear in all copies and that both that |
---|
| 9 | * copyright notice and this permission notice appear in supporting |
---|
| 10 | * documentation, and that the name of M.I.T. not be used in advertising or |
---|
| 11 | * publicity pertaining to distribution of the software without specific, |
---|
| 12 | * written prior permission. M.I.T. makes no representations about the |
---|
| 13 | * suitability of this software for any purpose. It is provided "as is" |
---|
| 14 | * without express or implied warranty. |
---|
| 15 | * |
---|
| 16 | * M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL |
---|
| 17 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T. |
---|
| 18 | * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
---|
| 19 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION |
---|
| 20 | * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
---|
| 21 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
---|
| 22 | * |
---|
| 23 | */ |
---|
| 24 | |
---|
| 25 | /* from compfuncs.c */ |
---|
| 26 | |
---|
| 27 | extern void XmhResetCompose(); |
---|
| 28 | extern void XmhSend(); |
---|
| 29 | extern void XmhSave(); |
---|
| 30 | |
---|
| 31 | /* from folder.c */ |
---|
| 32 | |
---|
| 33 | extern void XmhClose(); |
---|
| 34 | extern void XmhComposeMessage(); |
---|
| 35 | extern void XmhOpenFolder(); |
---|
| 36 | extern void XmhOpenFolderInNewWindow(); |
---|
| 37 | extern void XmhCreateFolder(); |
---|
| 38 | extern void XmhDeleteFolder(); |
---|
| 39 | extern void XmhPopupFolderMenu(); |
---|
| 40 | extern void XmhSetCurrentFolder(); |
---|
| 41 | extern void XmhLeaveFolderButton(); |
---|
| 42 | extern void XmhPushFolder(); |
---|
| 43 | extern void XmhPopFolder(); |
---|
| 44 | extern void XmhWMProtocols(); |
---|
| 45 | |
---|
| 46 | /* from msg.c */ |
---|
| 47 | |
---|
| 48 | extern void XmhInsert(); |
---|
| 49 | |
---|
| 50 | /* from popup.c */ |
---|
| 51 | |
---|
| 52 | extern void XmhPromptOkayAction(); |
---|
| 53 | |
---|
| 54 | /* from toc.c */ |
---|
| 55 | |
---|
| 56 | extern void XmhPushSequence(); |
---|
| 57 | extern void XmhPopSequence(); |
---|
| 58 | extern void XmhReloadSeqLists(); |
---|
| 59 | |
---|
| 60 | /* from tocfuncs.c */ |
---|
| 61 | |
---|
| 62 | extern void XmhCheckForNewMail(); |
---|
| 63 | extern void XmhIncorporateNewMail(); |
---|
| 64 | extern void XmhCommitChanges(); |
---|
| 65 | extern void XmhPackFolder(); |
---|
| 66 | extern void XmhSortFolder(); |
---|
| 67 | extern void XmhForceRescan(); |
---|
| 68 | extern void XmhViewNextMessage(); |
---|
| 69 | extern void XmhViewPreviousMessage(); |
---|
| 70 | extern void XmhMarkDelete(); |
---|
| 71 | extern void XmhMarkMove(); |
---|
| 72 | extern void XmhMarkCopy(); |
---|
| 73 | extern void XmhUnmark(); |
---|
| 74 | extern void XmhViewInNewWindow(); |
---|
| 75 | extern void XmhReply(); |
---|
| 76 | extern void XmhForward(); |
---|
| 77 | extern void XmhUseAsComposition(); |
---|
| 78 | extern void XmhPrint(); |
---|
| 79 | extern void XmhShellCommand(); |
---|
| 80 | extern void XmhPickMessages(); |
---|
| 81 | extern void XmhOpenSequence(); |
---|
| 82 | extern void XmhAddToSequence(); |
---|
| 83 | extern void XmhRemoveFromSequence(); |
---|
| 84 | extern void XmhDeleteSequence(); |
---|
| 85 | |
---|
| 86 | /* from viewfuncs.c */ |
---|
| 87 | |
---|
| 88 | extern void XmhCloseView(); |
---|
| 89 | extern void XmhViewReply(); |
---|
| 90 | extern void XmhViewForward(); |
---|
| 91 | extern void XmhViewUseAsComposition(); |
---|
| 92 | extern void XmhEditView(); |
---|
| 93 | extern void XmhSaveView(); |
---|
| 94 | extern void XmhPrintView(); |
---|
| 95 | extern void XmhViewMarkDelete(); |
---|