Changeset 3956 for trunk/varnish-cache/include/libvarnish.h
- Timestamp:
- 03/19/09 11:01:00 (17 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/include/libvarnish.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/include/libvarnish.h
r3477 r3956 45 45 #define ARGV_COMMENT (1 << 0) 46 46 #define ARGV_COMMA (1 << 1) 47 48 /* from libvarnish/crc32.c */49 uint32_t crc32(uint32_t crc, const void *p1, unsigned l);50 uint32_t crc32_l(const void *p1, unsigned l);51 47 52 48 /* from libvarnish/num.c */
