diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-26 22:17:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-26 22:17:58 +0100 |
| commit | 4928ece9b10df775ab3003c024f52bdd30d8f591 (patch) | |
| tree | 6a0b3c008c33386e2d2ebae4b9aa59ea83149cee /src/lib/util.h | |
| parent | 466037c8c1cd4bdb07b959b844e83a511b3bfcfa (diff) | |
Implemented but faulty.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 1f635677a..b3c1ebc05 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -119,4 +119,6 @@ struct Position extern std::string crop_string (Position, Size); +extern int dcp_audio_sample_rate (int); + #endif |
