diff options
Diffstat (limited to 'src/u_path.h')
-rw-r--r-- | src/u_path.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/u_path.h b/src/u_path.h index 16b02dc..b0822d5 100644 --- a/src/u_path.h +++ b/src/u_path.h @@ -17,15 +17,15 @@ # include "s_struct.h" -struct s_path +struct s_path { - char *tok_path; - size_t dstsize; + char *tok_path; + size_t dstsize; }; -unsigned char u_search_in_path(char fullpath[], - const char com[], - size_t dstsize, - t_msh *msh); +unsigned char u_search_in_path(char fullpath[], + const char com[], + size_t dstsize, + t_msh *msh); #endif |