summaryrefslogtreecommitdiffstats
path: root/src/p_lcom.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/p_lcom.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/p_lcom.h b/src/p_lcom.h
index 4e37399..393d7e5 100644
--- a/src/p_lcom.h
+++ b/src/p_lcom.h
@@ -17,10 +17,7 @@
#include "s_struct.h"
-int8_t get_redir(const char word[],
- t_lcom **link);
-int8_t p_lcom(const char line[],
- const uint64_t count,
- t_msh *msh);
+int8_t get_redir(const char word[], t_lcom **link);
+int8_t p_lcom(const char line[], const uint64_t count, t_msh *msh);
#endif