X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/727f97393714c5c92aef793f0749ebfde1d14f3c..1b058e42524353c9ff133ea330876ed2d39b6515:/src/systty.h diff --git a/src/systty.h b/src/systty.h index 80bcaedf74..6eb0c11ef6 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-2014 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);