Convert consecutive FSF copyright years to ranges.
[bpt/emacs.git] / src / dosfns.h
CommitLineData
1b94449f
RS
1/* MS-DOS specific Lisp utilities interface.
2 Coded by Manabu Higashida, 1991.
1bd62036
EZ
3 Modified by Morten Welinder, 1993-1994.
4
73b0cd50 5 Copyright (C) 1991, 1994-1995, 1997, 1999, 2001-2011 Free Software Foundation, Inc.
1b94449f
RS
6
7This file is part of GNU Emacs.
8
b9b1cc14 9GNU Emacs is free software: you can redistribute it and/or modify
1b94449f 10it under the terms of the GNU General Public License as published by
b9b1cc14
GM
11the Free Software Foundation, either version 3 of the License, or
12(at your option) any later version.
1b94449f
RS
13
14GNU Emacs is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
b9b1cc14 20along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1b94449f 21
03d50ea5
KS
22#define DOS_COUNTRY_INFO 34 /* no of bytes returned by dos int 38h */
23extern unsigned char dos_country_info[DOS_COUNTRY_INFO];
24
87485d6f 25#ifndef HAVE_X_WINDOWS
9e892c8d
J
26extern int msdos_stdcolor_idx (const char *);
27extern Lisp_Object msdos_stdcolor_name (int);
891ef8f7 28extern void x_set_title (struct frame *, Lisp_Object);
87485d6f 29#endif
ab5796a9 30