diff options
Diffstat (limited to 'src/dosfns.h')
-rw-r--r-- | src/dosfns.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dosfns.h b/src/dosfns.h index 61145c0ed21..2ec01bfb655 100644 --- a/src/dosfns.h +++ b/src/dosfns.h @@ -36,8 +36,7 @@ extern Lisp_Object Vdos_version; extern Lisp_Object Vdos_windows_version; #ifndef HAVE_X_WINDOWS extern Lisp_Object Vdos_display_scancodes; -extern Lisp_Object Qmsdos_color_translate; extern int msdos_stdcolor_idx P_ ((const char *)); -extern char *msdos_stdcolor_name P_ ((int)); +extern Lisp_Object msdos_stdcolor_name P_ ((int)); #endif |