[PD-cvs] pd/src s_audio.c,1.5.4.16.2.15,1.5.4.16.2.16

Thomas Grill xovo at users.sourceforge.net
Thu Apr 20 17:34:17 CEST 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17355/src

Modified Files:
      Tag: devel_0_39
	s_audio.c 
Log Message:
added some missing function prototypes

Index: s_audio.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_audio.c,v
retrieving revision 1.5.4.16.2.15
retrieving revision 1.5.4.16.2.16
diff -C2 -d -r1.5.4.16.2.15 -r1.5.4.16.2.16
*** s_audio.c	20 Apr 2006 13:32:28 -0000	1.5.4.16.2.15
--- s_audio.c	20 Apr 2006 15:34:15 -0000	1.5.4.16.2.16
***************
*** 1345,1348 ****
--- 1345,1354 ----
  }
  
+ /* some prototypes from s_audio_portaudio.c */
+ extern void pa_getcurrent_devices(void);
+ extern void pa_getaudioindevinfo(t_float f);
+ extern void pa_getaudiooutdevinfo(t_float f);
+ extern void pa_test_setting (int ac, t_atom *av);
+ 
  void glob_audio_getaudioindevinfo(t_pd * dummy, t_float f)
  {





More information about the Pd-cvs mailing list