From: philburk Date: Tue, 26 Mar 2002 18:04:22 +0000 (+0000) Subject: put ( void ) in prototype for Pa_CountDevices( void ) X-Git-Tag: V18~31 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=1f71752e8b70c498c5355491720fdb3fecbe02f9;p=portaudio put ( void ) in prototype for Pa_CountDevices( void ) --- diff --git a/pa_common/portaudio.h b/pa_common/portaudio.h index 35c2bcc..fe05829 100644 --- a/pa_common/portaudio.h +++ b/pa_common/portaudio.h @@ -131,7 +131,7 @@ typedef unsigned long PaSampleFormat; typedef int PaDeviceID; #define paNoDevice -1 -int Pa_CountDevices(); +int Pa_CountDevices( void ); typedef struct {