mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix return type of externs
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
#include "metadata.h"
|
||||
#include <stdio.h>
|
||||
|
||||
extern int test_metadata_object();
|
||||
extern int test_metadata_file_manipulation();
|
||||
extern FLAC__bool test_metadata_object();
|
||||
extern FLAC__bool test_metadata_file_manipulation();
|
||||
|
||||
FLAC__bool test_metadata()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user