From 5250d031a2fdfcaa688e33b4cab2235c57ea5c46 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 4 Sep 1998 18:35:01 +0000 Subject: 1998-09-04 Roland McGrath * fshelp.h (fshelp_set_options): Use `const' for `char *' parameter. * set-options.c (fshelp_set_options): Fix defn. --- libfshelp/fshelp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libfshelp/fshelp.h') diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 50532166..9218b1e6 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -232,7 +232,7 @@ struct argp; /* Include to get the real thing. */ /* Invoke ARGP with data from DATA & LEN, in the standard way. */ error_t fshelp_set_options (struct argp *argp, int flags, - char *argz, size_t argz_len, void *input); + const char *argz, size_t argz_len, void *input); /* Standardized filesystem permission checking */ -- cgit v1.2.3