summaryrefslogtreecommitdiffstats
path: root/src/u_path.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/u_path.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/u_path.h b/src/u_path.h
index 0c8e256..6224558 100644
--- a/src/u_path.h
+++ b/src/u_path.h
@@ -10,12 +10,18 @@
/* */
/* ************************************************************************** */
-#ifndef U_PATH_H
-#define U_PATH_H
+#ifndef FT_U_PATH_H
+# define FT_U_PATH_H
-#include <stdint.h>
+# include <stddef.h>
-#include "s_struct.h"
+# include "s_struct.h"
+
+struct s_path
+{
+ char *tok_path;
+ size_t dstsize;
+};
uint8_t u_search_in_path(char fullpath[],
const char com[],