Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6824/include

Modified Files:
	proto.h 
Log Message:
Fixed changing volume in-game with SDL.

Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- proto.h	22 May 2006 08:27:52 -0000	1.22
+++ proto.h	29 May 2006 00:18:09 -0000	1.23
@@ -1272,5 +1272,5 @@
 void StopSound ();
 int StartSound (char *name);
 int SoundPlaying ();
-
+void CheckVolumeSettings ();
 #endif /* __INCLUDED_proto_h__ */