common.h | common.h | |||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
* | * | |||
* Summary: connects to a host, and then flushes it (memcached_flush(3)). | * Summary: connects to a host, and then flushes it (memcached_flush(3)). | |||
* | * | |||
*/ | */ | |||
#pragma once | #pragma once | |||
#include <config.h> | #include "mem_config.h" | |||
#include <cstddef> | ||||
#include <cstdlib> | ||||
#include <cstdio> | ||||
#include <libmemcachedutil-1.0/util.h> | #include <libmemcachedutil-1.0/util.h> | |||
#include <libmemcached/assert.hpp> | #include <libmemcached/assert.hpp> | |||
#include <libmemcached/backtrace.hpp> | #include <libmemcached/backtrace.hpp> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 5 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |