// Copyright 2024 Google Inc. // Use of this source code is governed by an Apache License that can be found in // the LICENSE file. #ifndef MOZC_H_ #define MOZC_H_ void mozc_init(void); void mozc_loop(void); #endif // MOZC_H_