Always declare vga_move_charset(). It doesn't depend on option XSERVER.

This commit is contained in:
Bruce Evans 1995-11-04 14:00:00 +00:00
parent 33f538b9c9
commit fff87b3946
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12073

View File

@ -1257,9 +1257,7 @@ void pcvt_scrnsv_reset ( void );
void pcvt_set_scrnsv_tmo ( int );
#endif /* PCVT_SCREENSAVER && defined(XSERVER) */
#ifdef XSERVER
void vga_move_charset ( unsigned n, unsigned char *b, int save_it);
#endif /* XSERVER */
void async_update ( int arg );
void clr_parms ( struct video_state *svsp );