aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/builtin_test.h
blob: b350cc639c1f4b60fca057fc4e766f17baf50219 (plain)
1
2
3
4
5
6
7
8
9
// Prototypes for functions for executing builtin_test functions.
#ifndef FISH_BUILTIN_TEST_H
#define FISH_BUILTIN_TEST_H

class parser_t;
struct io_streams_t;

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