Skip to content

Commit 1caef90

Browse files
committed
extern initialize is no longer necessary
1 parent dc40d0a commit 1caef90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/alsa.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
static char *device = "default"; /* playback device */
44
unsigned char buffer[16*1024]; /* some random data */
55

6-
extern int initialize_asound();
7-
86
int main(void)
97
{
108
if (initialize_asound()) {

0 commit comments

Comments
 (0)