fix return type of externs

This commit is contained in:
Josh Coalson
2002-06-12 00:24:41 +00:00
parent e4f05721a8
commit 5ee2baa5b3

View File

@@ -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()
{