summaryrefslogtreecommitdiffstats
path: root/src/b_alias_register.h
diff options
context:
space:
mode:
authorjoe <rbousset@42lyon.fr>2020-11-30 15:09:26 +0100
committerjoe <rbousset@42lyon.fr>2020-11-30 15:09:26 +0100
commit46e785f7a047e3cf51a43b54223110c654503880 (patch)
tree91539bef97ec7f6a2a884cfd29a4ccd7e88673a6 /src/b_alias_register.h
parentFixed alias but norme (diff)
download42-minishell-46e785f7a047e3cf51a43b54223110c654503880.tar.gz
42-minishell-46e785f7a047e3cf51a43b54223110c654503880.tar.bz2
42-minishell-46e785f7a047e3cf51a43b54223110c654503880.tar.xz
42-minishell-46e785f7a047e3cf51a43b54223110c654503880.tar.zst
42-minishell-46e785f7a047e3cf51a43b54223110c654503880.zip
get normed
Diffstat (limited to '')
-rw-r--r--src/b_alias_register.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/b_alias_register.h b/src/b_alias_register.h
new file mode 100644
index 0000000..d64f999
--- /dev/null
+++ b/src/b_alias_register.h
@@ -0,0 +1,20 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* b_alias_register.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */
+/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */
+/* */
+/* ************************************************************************** */
+
+#ifndef B_ALIAS_REGISTER_H
+# define B_ALIAS_REGISTER_H
+
+# include "s_struct.h"
+
+void b_register_arg(const char arg[], t_msh *msh);
+
+#endif