]> Repos - portaudio/commitdiff
put ( void ) in prototype for Pa_CountDevices( void )
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 26 Mar 2002 18:04:22 +0000 (18:04 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 26 Mar 2002 18:04:22 +0000 (18:04 +0000)
pa_common/portaudio.h

index 35c2bcc58e906974ed8f2362e8674c26e3ae9276..fe05829037cc7dc605b12c539c05d36b176c7b74 100644 (file)
@@ -131,7 +131,7 @@ typedef unsigned long PaSampleFormat;
 typedef int PaDeviceID;
 #define paNoDevice -1
 
-int Pa_CountDevices();
+int Pa_CountDevices( void );
 
 typedef struct
 {