home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / SOUNDUTILS / mm1_tracker.lzh / TRACKER4.6 / Amiga / inhibit.c < prev    next >
Text File  |  1994-11-24  |  378b  |  17 lines

  1. /* amiga/inhibit.c
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* $Id: inhibit.c 1.1 1994/06/22 21:54:12 Espie Exp Espie $
  6.  * $Log: inhibit.c $
  7.  */
  8.  
  9.  
  10. /* look at client.c/audio.c for the use of inhibit_output with respect
  11.  * to discard_buffer.
  12.  * This variable is used at multiple places, I didn't know where to put it,
  13.  * since it doesn't belong to any package...
  14.  */
  15. unsigned int inhibit_output = 0;
  16.  
  17.