summaryrefslogtreecommitdiffstats
path: root/src/s_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_struct.h')
-rw-r--r--src/s_struct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s_struct.h b/src/s_struct.h
index f98f948..f7ea271 100644
--- a/src/s_struct.h
+++ b/src/s_struct.h
@@ -57,12 +57,12 @@ struct s_lpipes
** 2: ||
*/
-typedef struct s_line
+typedef struct s_line_block
{
- char line[4096];
+ char lblock[4096];
uint8_t nextif;
struct s_line_block *next;
-} t_line;
+} t_line_block;
typedef struct s_msh
{