X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d125ca15f3751f36a1ec49e3d9f9de1735b43698..db50ad5f11cc5809c27091181a13ee7aa34ec5ed:/src/systty.h diff --git a/src/systty.h b/src/systty.h index 80bcaedf74..b735971c66 100644 --- a/src/systty.h +++ b/src/systty.h @@ -1,5 +1,5 @@ /* systty.h - System-dependent definitions for terminals. - Copyright (C) 1993-1994, 2001-2012 Free Software Foundation, Inc. + Copyright (C) 1993-1994, 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -79,5 +79,5 @@ struct emacs_tty { }; /* From sysdep.c or w32.c */ -extern int serial_open (char *); +extern int serial_open (Lisp_Object); extern void serial_configure (struct Lisp_Process *, Lisp_Object);