diff options
author | Herb Lewis <herb@samba.org> | 2001-10-23 17:39:03 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-10-23 17:39:03 +0000 |
commit | 3fed17c537985177d8f54d03b71fda04ff930d5d (patch) | |
tree | 1202bd784200d503faf9255b78a2416235ed9e2d /source/popt/popt.h | |
parent | 2cd33e88eb5ed88da90ddfd50a1ec96a2053479a (diff) | |
download | samba-3fed17c537985177d8f54d03b71fda04ff930d5d.tar.gz |
get rid of compiler warnings
Diffstat (limited to 'source/popt/popt.h')
-rw-r--r-- | source/popt/popt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/popt/popt.h b/source/popt/popt.h index e6fa8bdffb0..c33cedaec99 100644 --- a/source/popt/popt.h +++ b/source/popt/popt.h @@ -114,7 +114,7 @@ int poptDupArgv(int argc, const char **argv, /*@out@*/ int * argcPtr, /*@out@*/ const char *** argvPtr); int poptParseArgvString(const char * s, /*@out@*/ int * argcPtr, /*@out@*/ const char *** argvPtr); -/*@observer@*/ const char *const poptStrerror(const int error); +/*@observer@*/ const char *poptStrerror(const int error); void poptSetExecPath(poptContext con, const char * path, int allowAbsolute); void poptPrintHelp(poptContext con, FILE * f, int flags); void poptPrintUsage(poptContext con, FILE * f, int flags); |