1 #pragma once
2 
3 #include "host/libs/config/cuttlefish_config.h"
4 #include "host/libs/config/fetcher_config.h"
5 
6 const cuttlefish::CuttlefishConfig* InitFilesystemAndCreateConfig(
7     int* argc, char*** argv, cuttlefish::FetcherConfig config);
8 std::string GetConfigFilePath(const cuttlefish::CuttlefishConfig& config);
9