|
|
1.1 ! root 1: /* header file for dealing with the cookie jar */ ! 2: ! 3: ! 4: ! 5: #ifndef _COOKIE_H ! 6: ! 7: #define _COOKIE_H ! 8: ! 9: ! 10: ! 11: union clong { ! 12: ! 13: char aschar[4]; ! 14: ! 15: long aslong; ! 16: ! 17: }; ! 18: ! 19: ! 20: ! 21: struct cookie { ! 22: ! 23: union clong tag; ! 24: ! 25: long value; ! 26: ! 27: }; ! 28: ! 29: ! 30: ! 31: typedef struct cookie COOKIE; ! 32: ! 33: ! 34: ! 35: #define CJAR ((COOKIE **) 0x5a0L) ! 36: ! 37: ! 38: ! 39: #endif /* _COOKIE_H */ ! 40:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.