~ubuntu-branches/ubuntu/trusty/flac/trusty-proposed

« back to all changes in this revision

Viewing changes to src/test_libFLAC/metadata.h

  • Committer: Bazaar Package Importer
  • Author(s): Marc 'HE' Brockschmidt
  • Date: 2008-03-16 18:02:56 UTC
  • mfrom: (1.1.5 upstream) (8.1.2 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080316180256-qhf3wk704rp165pm
Tags: 1.2.1-1.2
* Non-maintainer upload.
* Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #455304)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* test_libFLAC - Unit tester for libFLAC
2
 
 * Copyright (C) 2002,2003,2004,2005  Josh Coalson
 
2
 * Copyright (C) 2002,2003,2004,2005,2006,2007  Josh Coalson
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or
5
5
 * modify it under the terms of the GNU General Public License
21
21
 
22
22
#include "FLAC/ordinals.h"
23
23
 
24
 
FLAC__bool test_metadata();
 
24
FLAC__bool test_metadata(void);
 
25
FLAC__bool test_metadata_file_manipulation(void);
 
26
FLAC__bool test_metadata_object(void);
25
27
 
26
28
#endif