blob: 6fa641d18e70f197b5a9e2112a4cd03af582f7e2 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COBALT_UPDATER_UPDATER_H_
#define COBALT_UPDATER_UPDATER_H_
namespace cobalt {
namespace updater {
int UpdaterMain(int argc, const char* const* argv);
} // namespace updater
} // namespace cobalt
#endif // COBALT_UPDATER_UPDATER_H_