Sources/MSAERevert.h

// MSRevert.h
//
// Original version by Jon Lansdell and Nigel Humphreys.
// 4.0 and 3.1 updates by Greg Sutton.
// ©Apple Computer Inc 1996, all rights reserved.
 
#ifndef __MSAEREVERT__
#define __MSAEREVERT__
 
#include <AppleEvents.h>
#include <AEObjects.h>
#include <AERegistry.h>
 
#include "MSToken.h"
 
pascal OSErr    DoRevert(const AppleEvent *theAppleEvent, AppleEvent *reply, long refcon);
 
OSErr           RevertDocumentToken(WindowToken* theToken);
OSErr           RevertDocumentDesc(AEDesc* textDesc);
OSErr           RevertDesc(AEDesc* aDesc);
 
#endif