blob: 3c3c75b178adf6d965b14455be1b7a8c5b222011 [file] [log] [blame]
// 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_