blob: 224fa839f438d8eb03ca302a46c2ce02f5ff8734 [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_ENTERPRISE_COMPANION_ENTERPRISE_COMPANION_H_
#define CHROME_ENTERPRISE_COMPANION_ENTERPRISE_COMPANION_H_
namespace enterprise_companion {
int EnterpriseCompanionMain(int argc, const char* const* argv);
} // namespace enterprise_companion
#endif // CHROME_ENTERPRISE_COMPANION_ENTERPRISE_COMPANION_H_