diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2003-12-28 22:28:52 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2003-12-28 22:28:52 +0000 |
commit | 04c3243c2a25812c6d0a324d29b8fd1d5acaa715 (patch) | |
tree | fa237cda8cf320b2cbcc9eedccaaf60eb9d5acb5 /src/cm.h | |
parent | 8ed48c277afad174675b3d6dcb8e7b00a4bcc97d (diff) | |
download | emacs-04c3243c2a25812c6d0a324d29b8fd1d5acaa715.tar.gz |
Trivial changes
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-18
Diffstat (limited to 'src/cm.h')
-rw-r--r-- | src/cm.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -166,10 +166,10 @@ extern int evalcost (); extern struct tty_output *current_tty; extern void cmcheckmagic P_ ((struct tty_output *)); extern int cmputc P_ ((int)); -extern void cmcostinit P_ ((struct tty_output *tty)); +extern void cmcostinit P_ ((struct tty_output *)); extern void cmgoto P_ ((struct tty_output *, int, int)); -extern void Wcm_clear P_ ((struct tty_output *tty)); -extern int Wcm_init P_ ((struct tty_output *tty)); +extern void Wcm_clear P_ ((struct tty_output *)); +extern int Wcm_init P_ ((struct tty_output *)); /* arch-tag: acc1535a-7136-49d6-b22d-9bc85702251b (do not change this comment) */ |