X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..0fc2fcd010ac5cc98aab67222f3c2af2ec2beefe:/cgi/login.c diff --git a/cgi/login.c b/cgi/login.c index 3570f9a..a7a6dc0 100644 --- a/cgi/login.c +++ b/cgi/login.c @@ -15,7 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - +/** @file cgi/login.c + * @brief Web login support + */ #include "disorder-cgi.h" /** @brief Client used by CGI @@ -55,7 +57,7 @@ static int better_cookie(const struct cookie *a, const struct cookie *b) { /** @brief Login cookie */ char *dcgi_cookie; -/** @brief Set @ref login_cookie */ +/** @brief Set @ref dcgi_cookie */ void dcgi_get_cookie(void) { const char *cookie_env; int n, best_cookie;