summaryrefslogtreecommitdiffstats
path: root/src/u_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/u_path.h')
-rw-r--r--src/u_path.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/u_path.h b/src/u_path.h
new file mode 100644
index 0000000..0c8e256
--- /dev/null
+++ b/src/u_path.h
@@ -0,0 +1,25 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* u_path.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 U_PATH_H
+#define U_PATH_H
+
+#include <stdint.h>
+
+#include "s_struct.h"
+
+uint8_t u_search_in_path(char fullpath[],
+ const char com[],
+ size_t dstsize,
+ t_msh *msh);
+
+#endif