diff options
Diffstat (limited to 'src/libstrongswan/utils/optionsfrom.h')
-rw-r--r-- | src/libstrongswan/utils/optionsfrom.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libstrongswan/utils/optionsfrom.h b/src/libstrongswan/utils/optionsfrom.h index 14db376dd..d6b9efde5 100644 --- a/src/libstrongswan/utils/optionsfrom.h +++ b/src/libstrongswan/utils/optionsfrom.h @@ -30,9 +30,8 @@ * @param argcp pointer to argc * @param argvp pointer to argv[] * @param optind current optind, number of next argument - * @param errfile where to report errors (NULL means return) - * @return NULL if successful, error string otherwise + * @return TRUE if optionsfrom parsing successful */ -err_t optionsfrom(const char *filename, int *argcp, char **argvp[], int optind, FILE *errfile); +bool optionsfrom(const char *filename, int *argcp, char **argvp[], int optind); #endif /*OPTIONSFROM_H_*/ |