From f5fb7c713ea443469406a691e60a6f4567a4cb75 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 17 Jan 2022 00:32:29 +0100 Subject: Fix const warnings Now that the RPCs have const, this forces us cleaning our const-meant functions. --- libnetfs/set-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnetfs/set-options.c') diff --git a/libnetfs/set-options.c b/libnetfs/set-options.c index 416d9123..924c570f 100644 --- a/libnetfs/set-options.c +++ b/libnetfs/set-options.c @@ -21,7 +21,7 @@ #include "netfs.h" error_t -netfs_set_options (char *argz, size_t argz_len) +netfs_set_options (const char *argz, size_t argz_len) { if (netfs_runtime_argp) return fshelp_set_options (netfs_runtime_argp, 0, argz, argz_len, 0); -- cgit v1.2.3