home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / tracker-4.13.lha / tracker / Amiga / inhibit.c < prev    next >
Encoding:
Text File  |  1995-01-13  |  450 b   |  20 lines

  1. /* amiga/inhibit.c
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* $Id: inhibit.c,v 1.1 1995/01/13 13:31:35 espie Exp espie $
  6.  * $Log: inhibit.c,v $
  7.  * Revision 1.1  1995/01/13  13:31:35  espie
  8.  * Initial revision
  9.  *
  10.  */
  11.  
  12.  
  13. /* look at client.c/audio.c for the use of inhibit_output with respect
  14.  * to discard_buffer.
  15.  * This variable is used at multiple places, I didn't know where to put it,
  16.  * since it doesn't belong to any package...
  17.  */
  18. unsigned int inhibit_output = 0;
  19.  
  20.