popt.h   popt.h 
skipping to change at line 463 skipping to change at line 463
/*@globals fileSystem @*/ /*@globals fileSystem @*/
/*@modifies *fp, *argstrp, fileSystem @*/; /*@modifies *fp, *argstrp, fileSystem @*/;
/*@=fcnuse@*/ /*@=fcnuse@*/
/** \ingroup popt /** \ingroup popt
* Return formatted error string for popt failure. * Return formatted error string for popt failure.
* @param error popt error * @param error popt error
* @return error string * @return error string
*/ */
/*@observer@*/ /*@observer@*/
const char *const poptStrerror(const int error) const char * poptStrerror(const int error)
/*@*/; /*@*/;
/** \ingroup popt /** \ingroup popt
* Limit search for executables. * Limit search for executables.
* @param con context * @param con context
* @param path single path to search for executables * @param path single path to search for executables
* @param allowAbsolute absolute paths only? * @param allowAbsolute absolute paths only?
*/ */
/*@unused@*/ /*@unused@*/
void poptSetExecPath(poptContext con, const char * path, int allowAbsolute) void poptSetExecPath(poptContext con, const char * path, int allowAbsolute)
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/