910e62b5创建于 1月15日历史提交
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "remoting/host/host_export.h"

#ifndef REMOTING_HOST_MAC_AGENT_PROCESS_BROKER_MAIN_H_
#define REMOTING_HOST_MAC_AGENT_PROCESS_BROKER_MAIN_H_

namespace remoting {

HOST_EXPORT int AgentProcessBrokerMain(int argc, char** argv);

}  // namespace remoting

#endif  // REMOTING_HOST_MAC_AGENT_PROCESS_BROKER_MAIN_H_