Changeset 753
- Timestamp:
- 03/18/08 17:21:01 (6 months ago)
- Files:
-
- branches/binary/server/memcached.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/binary/server/memcached.c
r752 r753 295 295 } 296 296 297 static char *prot_text( const intprot) {297 static char *prot_text(enum protocol prot) { 298 298 char *rv="unknown"; 299 299 switch(prot) {
