text: Add input_method and text_model interfaces
diff --git a/src/compositor.h b/src/compositor.h
index af094fe..c52dbec 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -690,6 +690,9 @@
 void
 text_cursor_position_notifier_create(struct weston_compositor *ec);
 
+void
+input_method_create(struct weston_compositor *ec);
+
 struct weston_process;
 typedef void (*weston_process_cleanup_func_t)(struct weston_process *process,
 					    int status);