yait

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d46e1d7f37bae1954911d8659e048c646a07cd08
parent ea32095d2797c61dc4985d81337a98c6c5e18f28
Author: vx-clutch <[email protected]>
Date:   Sat, 23 Aug 2025 07:22:04 -0400

rename: contents->posix_contents

Diffstat:
Msrc/create_project.c | 2+-
Rsrc/contents.h -> src/posix_contents.h | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/create_project.c b/src/create_project.c @@ -13,7 +13,7 @@ #include <ctype.h> #include "../include/yait.h" -#include "contents.h" +#include "posix_contents.h" #include "util.h" int create_project(manifest_t manifest) diff --git a/src/contents.h b/src/posix_contents.h