From: Dave Love Date: Fri, 23 Jun 2000 14:32:26 +0000 (+0000) Subject: (compose_text): Declare. X-Git-Tag: emacs-pretest-21.0.90~3108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9beddb22fe76c94373c461bde487c15d82233eb;p=emacs.git (compose_text): Declare. --- diff --git a/src/composite.h b/src/composite.h index 984526b9f63..a3da0ce9c8b 100644 --- a/src/composite.h +++ b/src/composite.h @@ -201,6 +201,8 @@ extern int find_composition P_ ((int, int, int *, int *, Lisp_Object *, extern void update_compositions P_ ((int, int, int)); extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object, Lisp_Object)); -extern void syms_of_composition P_ (()); +extern void syms_of_composition P_ ((void)); +extern void compose_text P_ ((int, int, Lisp_Object, Lisp_Object, + Lisp_Object)); #endif /* not EMACS_COMPOSITE_H */