]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/basic/SMB_LM/msntauth.h
Bug 5428: Warn if pkg-config is not found (#1902)
[thirdparty/squid.git] / src / auth / basic / SMB_LM / msntauth.h
CommitLineData
5b95b903 1/*
b8ae064d 2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
5b95b903
AJ
3 *
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.
7 */
8
ff9d9458
FC
9#ifndef SQUID_SRC_AUTH_BASIC_SMB_LM_MSNTAUTH_H
10#define SQUID_SRC_AUTH_BASIC_SMB_LM_MSNTAUTH_H
daacd51f 11
b40a659a 12extern int QueryServers(char *, char *);
c06f9773 13extern void Check_forallowchange(void);
14
ff9d9458 15#endif /* SQUID_SRC_AUTH_BASIC_SMB_LM_MSNTAUTH_H */
f53969cc 16