rename: contents->posix_contents

This commit is contained in:
2025-08-23 07:22:04 -04:00
parent ea32095d27
commit d46e1d7f37
2 changed files with 1 additions and 1 deletions

View File

@@ -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)