diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-04 18:47:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-04 18:47:33 +0100 |
| commit | 0c5590dd0e3f367064a6e4d52835a609adf11a06 (patch) | |
| tree | 798a0e2cdf155c72710dcfb185106ecc3e46db41 /src/lib/util.h | |
| parent | 1738f2e7336734190bed7e94ce3d691d4a9c9e4c (diff) | |
Batch converter stub.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 99670110e..d0c350a56 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -55,7 +55,7 @@ extern void stacktrace (std::ostream &, int); extern std::string dependency_version_summary (); extern double seconds (struct timeval); extern void dvdomatic_setup (); -extern void dvdomatic_setup_i18n (std::string); +extern void dvdomatic_setup_gettext_i18n (std::string); extern std::vector<std::string> split_at_spaces_considering_quotes (std::string); extern std::string md5_digest (std::string); extern std::string md5_digest (void const *, int); |
