diff options
Diffstat (limited to 'audio/mp3_check/files/patch-mp3__check__misc.c')
-rw-r--r-- | audio/mp3_check/files/patch-mp3__check__misc.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/mp3_check/files/patch-mp3__check__misc.c b/audio/mp3_check/files/patch-mp3__check__misc.c new file mode 100644 index 000000000000..dbecd40c1de7 --- /dev/null +++ b/audio/mp3_check/files/patch-mp3__check__misc.c @@ -0,0 +1,20 @@ +--- mp3_check_misc.c.orig 2000-09-16 03:36:01 UTC ++++ mp3_check_misc.c +@@ -11,7 +11,7 @@ + #include "support_functions.h" + + // Function prototypes go here. +-inline int move_to_next_frame(char *possible_mp3_tag, frame_info *mp3_i, gen_info *file_info, command_flags *flags, FILE *); ++int move_to_next_frame(char *possible_mp3_tag, frame_info *mp3_i, gen_info *file_info, command_flags *flags, FILE *); + int get_char_from_file(FILE *, unsigned int *header_value, gen_info *file_info, command_flags *flags, char *possible_mp3_tag); + int scan_file(FILE *, char *filename, meta_options *flag_options, command_flags *flags); + int parse_args(char **argv, meta_options *flag_options, command_flags *flags); +@@ -670,7 +670,7 @@ parse_args(argv, flag_options, flags) + return(PASS); + } + +-inline int ++int + move_to_next_frame(possible_mp3_tag, mp3_i, file_info, flags, fp) + char *possible_mp3_tag; + frame_info *mp3_i; |