diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-01 13:44:13 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-01 13:44:13 +0100 |
commit | 440c3dc1f008a012edb57e49c37af4327ac69536 (patch) | |
tree | fcfe50e0893bcdf83e05c7a79a71d409d54f4ec9 /src/include | |
parent | f457e1332d5963b661741cff8ce2068fa83f5224 (diff) |
fix missing NULL termination on array
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_mhd_lib.h | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/src/include/taler_mhd_lib.h b/src/include/taler_mhd_lib.h index b57239f44..7100ad95c 100644 --- a/src/include/taler_mhd_lib.h +++ b/src/include/taler_mhd_lib.h @@ -54,8 +54,7 @@ enum TALER_MHD_GlobalOptions /** - * Set global options for response generation - * within libtalermhd. + * Set global options for response generation within libtalermhd. * * @param go global options to use */ @@ -64,9 +63,8 @@ TALER_MHD_setup (enum TALER_MHD_GlobalOptions go); /** - * Add headers we want to return in every response. - * Useful for testing, like if we want to always close - * connections. + * Add headers we want to return in every response. Useful for testing, like + * if we want to always close connections. * * @param response response to modify */ @@ -372,11 +370,10 @@ TALER_MHD_open_unix_path (const char *unix_path, /** - * Bind a listen socket to the UNIX domain path - * or the TCP port and IP address as specified - * in @a cfg in section @a section. IF only a - * port was specified, set @a port and return -1. - * Otherwise, return the bound file descriptor. + * Bind a listen socket to the UNIX domain path or the TCP port and IP address + * as specified in @a cfg in section @a section. IF only a port was + * specified, set @a port and return -1. Otherwise, return the bound file + * descriptor. * * @param cfg configuration to parse * @param section configuration section to use @@ -398,10 +395,9 @@ struct TALER_MHD_Legal; /** - * Load set of legal documents as specified in - * @a cfg in section @a section where the Etag - * is given under the @param tagoption and the - * directory under the @a diroption. + * Load set of legal documents as specified in @a cfg in section @a section + * where the Etag is given under the @param tagoption and the directory under + * the @a diroption. * * @param cfg configuration to use * @param section section to load values from |