aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-30 13:00:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-30 13:00:53 +0000
commit894dbae455f131a63c879cfdacc8e532300c88ee (patch)
tree13fe186a89b27c31838cbf50402181be22737b91 /lib/urldata.h
parent2c114258685f5dbef5848a8b8a175de1462b52a1 (diff)
added stale boolean to the digest struct
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index a9a5d7f48..196c45f16 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -173,6 +173,7 @@ struct digestdata {
char *cnonce;
char *realm;
int algo;
+ bool stale; /* set true for re-negotiation */
};
typedef enum {