aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/builtin_set_color.h
blob: 7e41cd58bf8ababebbc1594658a38e861a595d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Prototypes for functions for executing builtin_set_color functions.
#ifndef FISH_BUILTIN_SET_COLOR_H
#define FISH_BUILTIN_SET_COLOR_H

#include <wchar.h>
#include <cstring>

class parser_t;

int builtin_set_color(parser_t &parser, io_streams_t &streams, wchar_t **argv);
#endif