]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/basic/SMB_LM/msntauth.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / basic / SMB_LM / msntauth.h
CommitLineData
5b95b903 1/*
4ac4a490 2 * Copyright (C) 1996-2017 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
daacd51f
AJ
9#ifndef _SQUID_HELPERS_BASIC_AUTH_MSNT_MSNTAUTH_H
10#define _SQUID_HELPERS_BASIC_AUTH_MSNT_MSNTAUTH_H
11
b40a659a 12extern int QueryServers(char *, char *);
c06f9773 13extern void Check_forallowchange(void);
14
daacd51f 15#endif /* _SQUID_HELPERS_BASIC_AUTH_MSNT_MSNTAUTH_H */
f53969cc 16