home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------*/
- /* t r u m p e t . h */
- /* */
- /* Audio support for UUPC/extended */
- /*--------------------------------------------------------------------*/
-
- /*--------------------------------------------------------------------*/
- /* Changes Copyright (c) 1989-1993 by Kendra Electronic */
- /* Wonderworks. */
- /* */
- /* All rights reserved except those explicitly granted by */
- /* the UUPC/extended license agreement. */
- /*--------------------------------------------------------------------*/
-
- /*--------------------------------------------------------------------*/
- /* RCS Information */
- /*--------------------------------------------------------------------*/
-
- /*
- * $Id: trumpet.h 1.1 1993/07/31 16:28:59 ahd Exp $
- *
- * Revision history:
- * $Log: trumpet.h $
- * Revision 1.1 1993/07/31 16:28:59 ahd
- * Initial revision
- *
- */
-
- #ifndef _TRUMPET_H
- #define _TRUMPET_H
- void trumpet( const char *tune);
- #endif
-