This commit is contained in:
Shy
2025-03-19 19:22:17 -04:00
parent bbbd727e6a
commit 670dad185e
4 changed files with 9 additions and 1 deletions

View File

@@ -172,6 +172,8 @@ typedef struct {
char filepath[PATH_MAX * 2 + 1];
} parse_job_t;
#define IS_SUB_JOB(job) ((job)->parent[0] != '\0')
#include "util.h"