From ed16154d1b8fed24afb32e12262210422ef99ef2 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 10 Jul 2024 18:43:26 +0530 Subject: jobs/job_read_cache: switch to nix-build dry run --- include/util.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/util.h b/include/util.h index 1ffe148..4d0cb51 100644 --- a/include/util.h +++ b/include/util.h @@ -13,13 +13,11 @@ (cur) = (next); \ } -typedef enum { - VPOPEN_STDERR, - VPOPEN_STDOUT -} vpopen_t; +typedef enum { VPOPEN_STDERR, VPOPEN_STDOUT } vpopen_t; int vpopen(FILE **stream, const char *file, char *const argv[], vpopen_t type); int json_streaming_read(FILE *stream, cJSON **json); int atob(const char *s); int run(const char *file, char *argv[]); +char *trim(char *s); -- cgit v1.2.3