Refactor: Rename value_fetch to textual_value_fetch
authorTrond Norbye <trond.norbye@sun.com>
Thu, 26 Mar 2009 07:59:32 +0000 (08:59 +0100)
committerTrond Norbye <trond.norbye@sun.com>
Thu, 26 Mar 2009 07:59:32 +0000 (08:59 +0100)
commit29da9304fc64e62ae3c80916bac92d38c41f7f79
treed8406b4c4c6f8af551059ac9e7de88e95c3650c5
parent1755fafe88a045369be7291fbe92bbaf9449ee41
Refactor: Rename value_fetch to textual_value_fetch

The function value_fetch used to be located in memcached_fetch.c and
implemented the parsing of the VALUE response used in the textual protocol.
This function is not part of the public API, and is only called from
memcached_response.c so it should live there (with static linkage)
libmemcached/memcached_fetch.c
libmemcached/memcached_response.c