home *** CD-ROM | disk | FTP | other *** search
- /* amiga/inhibit.c
- vi:ts=3 sw=3:
- */
-
- /* $Id: inhibit.c,v 1.1 1995/01/13 13:31:35 espie Exp espie $
- * $Log: inhibit.c,v $
- * Revision 1.1 1995/01/13 13:31:35 espie
- * Initial revision
- *
- */
-
-
- /* look at client.c/audio.c for the use of inhibit_output with respect
- * to discard_buffer.
- * This variable is used at multiple places, I didn't know where to put it,
- * since it doesn't belong to any package...
- */
- unsigned int inhibit_output = 0;
-
-