CommandLine: rename struct options

This commit is contained in:
Max Kellermann
2021-11-05 08:56:28 +01:00
parent 23d4a2d6a5
commit 8754d705a1
3 changed files with 8 additions and 7 deletions

View File

@@ -334,7 +334,7 @@ bool ConfigLoader::TryFile(const AllocatedPath &base_path, Path path)
}
void
ParseCommandLine(int argc, char **argv, struct options &options,
ParseCommandLine(int argc, char **argv, CommandLineOptions &options,
ConfigData &config)
{
bool use_config_file = true;