summaryrefslogtreecommitdiff
path: root/include/pipex.h
diff options
context:
space:
mode:
authorDominik Kaiser2024-05-07 16:37:28 +0200
committerDominik Kaiser2024-05-07 16:37:28 +0200
commite682f9bfb95b28c29665f24d15464cb26abf1127 (patch)
tree80ebff45be8d66edbb46e10ff4b08ac8448bed03 /include/pipex.h
parentd2fc33211204c4885f54c518fb5d6f1b31160136 (diff)
downloadpipex-e682f9bfb95b28c29665f24d15464cb26abf1127.tar.gz
pipex-e682f9bfb95b28c29665f24d15464cb26abf1127.zip
Norme formatting
Diffstat (limited to 'include/pipex.h')
-rw-r--r--include/pipex.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/pipex.h b/include/pipex.h
index 8f24cc0..d1e9c77 100644
--- a/include/pipex.h
+++ b/include/pipex.h
@@ -6,7 +6,7 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/29 14:04:28 by dkaiser #+# #+# */
-/* Updated: 2024/05/07 15:29:47 by dkaiser ### ########.fr */
+/* Updated: 2024/05/07 16:36:21 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -18,14 +18,14 @@
typedef struct s_pxdata
{
- int in_fd;
- int out_fd;
- char **cmds;
-} t_pxdata;
+ int in_fd;
+ int out_fd;
+ char **cmds;
+} t_pxdata;
-char **get_split_path(char *envp[]);
-char *get_pwd(char *envp[]);
-char *find_in_path(char *cmd, char **path);
-char *get_cmd_path(char *cmd, char **path, char *pwd);
+char **get_split_path(char *envp[]);
+char *get_pwd(char *envp[]);
+char *find_in_path(char *cmd, char **path);
+char *get_cmd_path(char *cmd, char **path, char *pwd);
t_pxdata *get_pxdata(int argc, char *argv[], char *envp[]);
#endif // PIPEX_H