diff options
Diffstat (limited to 'smash/variable.h')
| -rw-r--r-- | smash/variable.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/smash/variable.h b/smash/variable.h new file mode 100644 index 0000000..1c212f1 --- /dev/null +++ b/smash/variable.h @@ -0,0 +1,8 @@ +#ifndef VARIABLE_H +#define VARIABLE_H + +char *setup_variable_line_context(char *line); +void cleanup_variable_line_context(); +int get_end_fd(); + +#endif |