pass argv[0] down to manip tests

This commit is contained in:
Josh Coalson
2002-05-09 05:52:01 +00:00
parent b5efa027d0
commit b7c250635a
3 changed files with 5 additions and 5 deletions

View File

@@ -19,6 +19,6 @@
#ifndef FLAC__TEST_UNIT_METADATA_H
#define FLAC__TEST_UNIT_METADATA_H
int test_metadata();
int test_metadata(const char *progname);
#endif