summaryrefslogtreecommitdiff
path: root/include/cmd_run.h
blob: 4691a55f95042dd2c8df27a6d7b20f47cc51a9bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * (C) Copyright 2018 Leo C. <erbl259-lmu@yahoo.de>
 *
 * SPDX-License-Identifier:	GPL-2.0
 */

#ifndef CMD_RUN_H
#define CMD_RUN_H

#include "command.h"

command_ret_t do_source(cmd_tbl_t *, uint_fast8_t, int, char * const []);
command_ret_t do_run(cmd_tbl_t *, uint_fast8_t, int, char * const []);


#endif /* CMD_RUN_H */