]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/basic/SMB_LM/msntauth.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / auth / basic / SMB_LM / msntauth.h
1 /*
2 * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
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
9 #ifndef _SQUID_HELPERS_BASIC_AUTH_MSNT_MSNTAUTH_H
10 #define _SQUID_HELPERS_BASIC_AUTH_MSNT_MSNTAUTH_H
11
12 extern int QueryServers(char *, char *);
13 extern void Check_forallowchange(void);
14
15 #endif /* _SQUID_HELPERS_BASIC_AUTH_MSNT_MSNTAUTH_H */
16