]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/digest_auth/file/digest_common.h
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / digest_auth / file / digest_common.h
index 41258faa6a26f0b4cdaeb7213e7636e10db2f437..f851032e4e4554fcbcd42aa025b30e02e7e33da7 100644 (file)
@@ -1,11 +1,13 @@
 /*
- * digest_common.h
- *
- * AUTHOR: Robert Collins.
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+/*
  * Digest helper API details.
- *
- * Copyright (c) 2003  Robert Collins  <robertc@squid-cache.org>
  */
 
 #ifndef SQUID_DIGEST_COMMON_H_
@@ -27,6 +29,7 @@
 #endif
 
 typedef struct _request_data {
+    int channelId;
     char *user;
     char *realm;
     char *password;
@@ -44,3 +47,4 @@ typedef void HandleArguments(int, char **);
 typedef void HHA1Creator(RequestData *);
 
 #endif /* SQUID_DIGEST_COMMON_H_ */
+