$NetBSD: patch-an,v 1.1 2000/10/18 11:22:44 rh Exp $

--- ../proto.h.orig	Sat May 31 23:47:58 1997
+++ ../proto.h	Tue Oct 17 16:23:23 2000
@@ -6,6 +6,10 @@
 void debugOptions();
 
 /* From: audioIO_<OSTYPE>.c */
+#ifdef OS_NetBSD
+void audioSetMixer();
+void audioSetBalance(int, int);
+#endif
 void audioOpen(int frequency, int stereo, int volume);
 void audioSetVolume(int);
 void audioFlush();
