Line | |
---|
1 | /* |
---|
2 | * Copyright (C) 1996-2015 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 | |
---|
Note: See
TracBrowser
for help on using the repository browser.