blob: f2961d63cd610e1e3efdf371aea91c197e3b7ea0 [file] [log] [blame]
// Copyright 2014 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 MOJO_GO_C_EMBEDDER_C_EMBEDDER_H_
#define MOJO_GO_C_EMBEDDER_C_EMBEDDER_H_
#ifdef __cplusplus
extern "C" {
#endif
__attribute__((visibility("default"))) void InitializeMojoEmbedder();
#ifdef __cplusplus
} // extern "C"
#endif
#endif // MOJO_GO_C_EMBEDDER_C_EMBEDDER_H__