Broke library up into multiple files.
author <brian@gir.local> <>
Tue, 18 Sep 2007 04:14:16 +0000 (06:14 +0200)
committer <brian@gir.local> <>
Tue, 18 Sep 2007 04:14:16 +0000 (06:14 +0200)
commit1f34771f7ba527e3afb675f1a448d6c5ab66596b
tree34bd325a2f3daa21dc7abbba3eb9625083ee3373
parentaef60cba06c79c42f79532923aa49675386c552f
Broke library up into multiple files.
The single stats server function now returns valid data.
include/memcached.h
lib/Makefile.am
lib/memcached.c
lib/memcached_connect.c [new file with mode: 0644]
lib/memcached_get.c [new file with mode: 0644]
lib/memcached_response.c [new file with mode: 0644]
lib/memcached_stats.c [new file with mode: 0644]
lib/memcached_storage.c [new file with mode: 0644]
tests/test.c