sources/UsherNew.h

/*
    File:       UsherNew.h
 
    Copyright:  © 2000-2001 by Apple Computer, Inc., all rights reserved.
 
 
*/
 
#ifndef __USHERNEW__
#define __USHERNEW__
 
// ---------------------------------------------------------------------------
//      D E F I N I T I O N S
// ---------------------------------------------------------------------------
 
// ---------------------------------------------------------------------------
//      P R O T O T Y P E S
// ---------------------------------------------------------------------------
 
 
OSErr Usher_NewBroadcastFromFile(const FSSpec *inFileSpec, OSType inWindowType);
 
 
 
#endif /* __USHERNEW__ */