blob: 337eeffda6a2e53707e61aeacbf5af8e98dd2199 [file] [log] [blame] [edit]
// Copyright 2026 The Fuchsia 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 SRC_LIB_DSO_CPP_SYNC_H_
#define SRC_LIB_DSO_CPP_SYNC_H_
// Defined by client
int dso_main(int argc, const char** argv, const char** envp);
#endif // SRC_LIB_DSO_CPP_SYNC_H_