diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-03 16:56:17 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-03 16:56:17 +0200 |
commit | 2ed2a9d739b6dd3be489792ef510b1f2085ab4ce (patch) | |
tree | 54a1a7025c3ebfbe1078ba4afdf43c9fdc37b119 /src/b_export.h | |
parent | In progress (diff) | |
download | 42-minishell-2ed2a9d739b6dd3be489792ef510b1f2085ab4ce.tar.gz 42-minishell-2ed2a9d739b6dd3be489792ef510b1f2085ab4ce.tar.bz2 42-minishell-2ed2a9d739b6dd3be489792ef510b1f2085ab4ce.tar.xz 42-minishell-2ed2a9d739b6dd3be489792ef510b1f2085ab4ce.tar.zst 42-minishell-2ed2a9d739b6dd3be489792ef510b1f2085ab4ce.zip |
Cleaner headers
Diffstat (limited to 'src/b_export.h')
-rw-r--r-- | src/b_export.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/b_export.h b/src/b_export.h index 037f9d8..be703c2 100644 --- a/src/b_export.h +++ b/src/b_export.h @@ -15,8 +15,6 @@ #include "s_struct.h" -uint8_t - b_export(char *args[], - t_msh *msh); +uint8_t b_export(char *args[], t_msh *msh); #endif |