X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Futil.h;h=12c79ea5a374cabe566d751e9f5c250db71b22ba;hp=c8dcb29d6913c49ccef30bf92ee9393514824b91;hb=bcc4e2f7dc4cd5658e199ddacb7202b00ec72cf1;hpb=a2ceaa313a2b8ba28516c935f7f8b82d69957b77 diff --git a/src/lib/util.h b/src/lib/util.h index c8dcb29d6..12c79ea5a 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2019 Carl Hetherington + Copyright (C) 2012-2020 Carl Hetherington This file is part of DCP-o-matic. @@ -128,4 +128,7 @@ vector_to_list (std::vector v) return l; } +extern double db_to_linear (double db); +extern double linear_to_db (double linear); + #endif