summaryrefslogtreecommitdiffstats
path: root/sys/isa/syscons.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isa/syscons.h')
-rw-r--r--sys/isa/syscons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/syscons.h b/sys/isa/syscons.h
index a9d5a04..9af7e26 100644
--- a/sys/isa/syscons.h
+++ b/sys/isa/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_ */
OpenPOWER on IntegriCloud