From ec47bbbda6b99f0efc1801a424812a4dd457f9b6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 9 May 2025 10:49:02 +0200 Subject: changed filename in cmd_file_read to const char * (check_apt warning) --- lib/utils_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils_cmd.h') diff --git a/lib/utils_cmd.h b/lib/utils_cmd.h index d00069c9..728ece23 100644 --- a/lib/utils_cmd.h +++ b/lib/utils_cmd.h @@ -20,7 +20,7 @@ typedef struct output output; /** prototypes **/ int cmd_run(const char *, output *, output *, int); int cmd_run_array(char *const *, output *, output *, int); -int cmd_file_read(char *, output *, int); +int cmd_file_read(const char *, output *, int); /* only multi-threaded plugins need to bother with this */ void cmd_init(void); -- cgit v1.2.3-74-g34f1