commit 17e40d7105bed87678eb400e4866bfd88dfbb2b4 parent fcd3ddc40c870fd7c041420ba728bceb381de16c Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 10 May 2023 22:14:09 +0200 -fix comments Diffstat:
| M | src/challenger/challenger-httpd_authorize.h | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/challenger/challenger-httpd_authorize.h b/src/challenger/challenger-httpd_authorize.h @@ -14,18 +14,18 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file challenger-httpd_login.h - * @brief functions to handle incoming requests on /login + * @file challenger-httpd_authorize.h + * @brief functions to handle incoming requests on /authorize * @author Christian Grothoff */ -#ifndef CHALLENGER_HTTPD_LOGIN_H -#define CHALLENGER_HTTPD_LOGIN_H +#ifndef CHALLENGER_HTTPD_AUTHORIZE_H +#define CHALLENGER_HTTPD_AUTHORIZE_H #include <microhttpd.h> /** - * Handle request on @a connection for /login. + * Handle request on @a connection for /authorize. * * @param hc context of the connection * @param upload_data upload data, if any