X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/cc248aae9bff569a771210e9b63f6f4dfe83e3a6..d051056f921f465c487a85f9fa29a2324332bc4b:/popt/popt.h diff --git a/popt/popt.h b/popt/popt.h index bb6a867b..06978f3d 100644 --- a/popt/popt.h +++ b/popt/popt.h @@ -363,7 +363,7 @@ int poptDupArgv(int argc, /*@null@*/ const char **argv, * @retval argcPtr address of returned no. of arguments * @retval argvPtr address of returned argument array */ -int poptParseArgvString(const char * s, +int poptParseArgvString(const unsigned char * s, /*@out@*/ int * argcPtr, /*@out@*/ const char *** argvPtr) /*@modifies *argcPtr, *argvPtr @*/; @@ -373,7 +373,7 @@ int poptParseArgvString(const char * s, * @return error string */ /*@-redecl@*/ -/*@observer@*/ const char *const poptStrerror(const int error) +/*@observer@*/ const char * poptStrerror(const int error) /*@*/; /*@=redecl@*/