diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-20 15:01:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-20 15:01:03 +0000 |
| commit | 7ea72d80eb1ddefc8b43afa682f0bf20e9b67b7d (patch) | |
| tree | 0a1de6e36b93142d644e3dfb9963e11c5ecaf54b /src/lib/util.h | |
| parent | 8019a8c5a615d557bf54972f34a9faddebcbb93b (diff) | |
Try to set gettext up correctly.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index ec67469c1..60498be5a 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -54,6 +54,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 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); |
