Sources/MSAEClone.h

// MSAEClone.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 __MSAECLONE__
#define __MSAECLONE__
 
#include <AppleEvents.h>
#include <AEObjects.h>
#include <AERegistry.h>
 
pascal OSErr    DoClone(const AppleEvent *theAppleEvent, AppleEvent *reply, long refcon);
 
OSErr           CloneTextDesc(AEDesc* textDesc, AEDesc* insertHereDesc, AEDesc* result);
OSErr           CloneDesc(AEDesc* aDesc, AEDesc* insertHereDesc, AEDesc* result);
 
#endif