]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/digest/file/text_backend.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / auth / digest / file / text_backend.h
CommitLineData
0ff1980a 1/*
77b1029d 2 * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
0ff1980a 3 *
ca02e0ec
AJ
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
0ff1980a 7 */
8
d4d7f6dd 9#include "auth/digest/file/digest_common.h"
0ff1980a 10
ca6965d0 11extern void TextArguments(int argc, char **argv);
12extern void TextHHA1(RequestData * requestData);
f53969cc 13