summaryrefslogtreecommitdiffstats
path: root/src/s_struct.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/s_struct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s_struct.h b/src/s_struct.h
index 0b83158..37d6726 100644
--- a/src/s_struct.h
+++ b/src/s_struct.h
@@ -47,6 +47,7 @@ typedef struct s_lalias
typedef struct s_lredir
{
char path[PATH_MAX];
+ char *heredoc;
int32_t fd;
int8_t redir;
struct s_lredir *next;