Changeset 3956
- Timestamp:
- 19/03/09 11:01:00 (12 months ago)
- Location:
- trunk/varnish-cache
- Files:
-
- 1 removed
- 2 modified
-
include/libvarnish.h (modified) (1 diff)
-
lib/libvarnish/Makefile.am (modified) (1 diff)
-
lib/libvarnish/crc32.c (deleted)
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 */ -
trunk/varnish-cache/lib/libvarnish/Makefile.am
r3436 r3956 14 14 cli.c \ 15 15 cli_common.c \ 16 crc32.c \17 16 flopen.c \ 18 17 num.c \
