mirror of
https://github.com/google/mozc-devices.git
synced 2025-11-08 16:53:28 +03:00
Change-Id: I3c50b5c3435c3c01c79bfc14c5d605701a423356 Co-authored-by: Takashi Toyoshima <toyoshim@google.com> Co-authored-by: Shun Ikejima <ikejima@google.com> Reviewed-by: Eliot Courtney <edcourtney@google.com>
12 lines
230 B
C
12 lines
230 B
C
// 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_
|