summaryrefslogtreecommitdiffstats
path: root/Src/prompt.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/prompt.c')
-rw-r--r--Src/prompt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/prompt.c b/Src/prompt.c
index c3c34abf2..8325bfe2c 100644
--- a/Src/prompt.c
+++ b/Src/prompt.c
@@ -1764,7 +1764,7 @@ tunsetattrs(zattr newattrs)
txtpendingattrs &= ~TXT_ATTR_BG_MASK;
}
-void
+static void
map256toRGB(zattr *atr, int shift, zattr set24)
{
unsigned colour, red, green, blue;
@@ -1932,7 +1932,7 @@ match_named_colour(const char **teststrp)
/**/
static int
-truecolor_terminal()
+truecolor_terminal(void)
{
char **f, **flist = getaparam(".term.extensions");
int result;