aboutsummaryrefslogtreecommitdiff
path: root/smash/variable.h
blob: 1c212f113b58beb30c815165828001f1ba69f655 (plain)
1
2
3
4
5
6
7
8
#ifndef VARIABLE_H
#define VARIABLE_H

char *setup_variable_line_context(char *line);
void cleanup_variable_line_context();
int  get_end_fd();

#endif