home *** CD-ROM | disk | FTP | other *** search
/ IRIS Development Option 6.2 / IRIS_Development_Option_6.2_814-0478-001.iso / dist / dmedia_dev.idb / usr / include / qt.h.z / qt.h
C/C++ Source or Header  |  1996-03-14  |  1KB  |  42 lines

  1. /*****************************************************************************
  2.  *
  3.  * SGI QuickTime(TM) library 
  4.  *
  5.  * qt.h
  6.  *    This header file was for use with /usr/lib/libqt.a.  It is now
  7.  * longer necessary to call this function to enable QuickTime.
  8.  *
  9.  * Copyright 1992 & 1993, Silicon Graphics, Inc.
  10.  * All Rights Reserved.
  11.  *
  12.  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  13.  * the contents of this file may not be disclosed to third parties, copied or
  14.  * duplicated in any form, in whole or in part, without the prior written
  15.  * permission of Silicon Graphics, Inc.
  16.  *
  17.  * RESTRICTED RIGHTS LEGEND:
  18.  * Use, duplication or disclosure by the Government is subject to restrictions
  19.  * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  20.  * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  21.  * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  22.  * rights reserved under the Copyright Laws of the United States.
  23.  *
  24.  ****************************************************************************/
  25.  
  26. #ifndef __QTLIB_H__
  27. #define __QTLIB_H__
  28.  
  29. #ident "$Revision: 1.2 $"
  30.  
  31. #ifdef __cplusplus
  32. extern "C" {
  33. #endif
  34.  
  35. extern void mvInitQuickTime( void );
  36.  
  37. #ifdef __cplusplus
  38. }
  39. #endif
  40.  
  41. #endif /* !__QTLIB_H__ */
  42.