| // 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__ |