|
|
1.1 ! root 1: /* $Header: toc.h,v 1.1 87/09/11 08:18:53 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 _toc_h ! 28: #define _toc_h ! 29: ! 30: extern void TocInit(); ! 31: extern Toc TocCreateFolder(); ! 32: extern void TocDeleteFolder(); ! 33: extern void TocCheckForNewMail(); ! 34: extern void TocSetScrn(); ! 35: extern void TocRemoveMsg(); ! 36: extern void TocRecheckValidity(); ! 37: extern void TocSetCurMsg(); ! 38: extern Msg TocGetCurMsg(); ! 39: extern Msg TocMsgAfter(); ! 40: extern Msg TocMsgBefore(); ! 41: extern void TocForceRescan(); ! 42: extern void TocReloadSeqLists(); ! 43: extern int TocHasSequences(); ! 44: extern void TocChangeViewedSeq(); ! 45: extern Sequence TocViewedSequence(); ! 46: extern Sequence TocGetSeqNamed(); ! 47: extern MsgList TocCurMsgList(); ! 48: extern void TocUnsetSelection(); ! 49: extern Msg TocMakeNewMsg(); ! 50: extern void TocStopUpdate(); ! 51: extern void TocStartUpdate(); ! 52: extern void TocSetCacheValid(); ! 53: extern char *TocGetFolderName(); ! 54: extern Toc TocGetNamed(); ! 55: extern int TocConfirmCataclysm(); ! 56: extern void TocCommitChanges(); ! 57: extern int TocCanIncorporate(); ! 58: extern void TocIncorporate(); ! 59: extern void TocMsgChanged(); ! 60: extern Msg TocMsgFromId(); ! 61: ! 62: #endif _toc_h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.