~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/auth/digest/auth_digest.h

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#ifndef __AUTH_DIGEST_H__
7
7
#define __AUTH_DIGEST_H__
8
8
#include "rfc2617.h"
9
 
#include "authenticate.h"
 
9
#include "auth/Gadgets.h"
10
10
#include "auth/User.h"
11
11
#include "auth/UserRequest.h"
12
12
#include "auth/Config.h"
105
105
    CredentialsState credentials_ok;
106
106
};
107
107
 
108
 
MEMPROXY_CLASS_INLINE(AuthDigestUserRequest)            /**DOCS_NOSEMI*/
 
108
MEMPROXY_CLASS_INLINE(AuthDigestUserRequest);
109
109
 
110
110
/* data to be encoded into the nonce's b64 representation */
111
111