Skip to content

Commit

Permalink
(msdos_stdcolor_name, msdos_stdcolor_idx): Declare.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli-Zaretskii committed Jul 30, 1999
1 parent 7ab6c12 commit 48e506b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dosfns.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ 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 const char *msdos_stdcolor_name P_ ((int));
#endif

0 comments on commit 48e506b

Please sign in to comment.