fish-shell/parse_exec.h
2013-06-09 14:21:24 -07:00

12 lines
155 B
C

/**\file parse_exec.h
Programmatic execution of a parse tree
*/
#ifndef FISH_PARSE_TREE_H
#define FISH_PARSE_TREE_H
#include "parse_tree.h"
#endif