X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fudp.c;h=cdcd4ba4c7cfff20c9bbd9a5bcd72168d2630b61;hb=521e830fe336a17bee6e7376e3bf01a3b35ddc37;hp=3aa48a011895d305d003b98d1967f8b1abaf93e7;hpb=604540c15315c6ed876082529f639697ba3eceab;p=m6w6%2Flibmemcached diff --git a/tests/udp.c b/tests/udp.c index 3aa48a01..cdcd4ba4 100644 --- a/tests/udp.c +++ b/tests/udp.c @@ -1,3 +1,14 @@ +/* LibMemcached + * Copyright (C) 2006-2009 Brian Aker + * All rights reserved. + * + * Use and distribution licensed under the BSD license. See + * the COPYING file in the parent directory for full text. + * + * Summary: + * + */ + /* Sample test application. */ @@ -21,7 +32,7 @@ void world_destroy(void *p); test_return_t set_test(memcached_st *memc) { - memcached_return rc; + memcached_return_t rc; const char *key= "foo"; const char *value= "when we sanitize";