aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3asm/files/patch-src-mp3asm.h
blob: 21e97267d985b3adaf28e21733ab00cd8fda8a0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/mp3asm.h.orig	2001-03-20 01:45:48 UTC
+++ src/mp3asm.h
@@ -30,7 +30,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sysexits.h>
-#include <argz.h>
 #include <ctype.h>
 
 #define LOGBUFSIZE 4096
@@ -46,7 +45,7 @@ extern int verbosity;
 extern int quiet;
 extern int info; /* if set to 1 -> print header info on all files and exit */
 extern char *me; /* name of the executable */
-extern logfile_t log; /* file to log to */
+extern logfile_t mp3asm_log; /* file to log to */
 extern int inputs;
 
 #endif /* HAVE_MP3ASM_H */