diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1997-01-15 18:16:32 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1997-01-15 18:16:32 +0000 |
| commit | b6b9dfa17ef53782182944170bfdff18bb8ac09e (patch) | |
| tree | 4f64526ba6c89f2b986284838d49e02d36bb36bc /sys/dev/syscons/syscons.h | |
| parent | d42e16a0d6512778cfae3ab11472b161d5074795 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index a9d5a04e6f01..9af7e26c5860 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1995-1996 Søren Schmidt + * Copyright (c) 1995-1997 Søren Schmidt * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -192,6 +192,6 @@ typedef struct default_attr { void set_border(u_char color); void set_mode(scr_stat *scp); void copy_font(int operation, int font_type, char* font_image); -void load_palette(void); +void load_palette(char *palette); #endif /* !_I386_ISA_SYSCONS_H_ */ |
