mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-03 15:51:33 +01:00
12 lines
310 B
Diff
12 lines
310 B
Diff
--- a/output.h
|
|
+++ b/output.h
|
|
@@ -7,7 +7,7 @@
|
|
#include "machine_type.h"
|
|
#include "datatypes.h"
|
|
|
|
-void initcolors();
|
|
+void initcolors(tOutput* output);
|
|
void colorpair(tOutput* output,uicolors uicol,short fg,short bg,int attr);
|
|
void pairsinit(tOutput* output);
|
|
void setcolor(tOutput* output,uicolors col);
|