X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fmemcached_util.h;h=7b7c5e83ff9f40541f218f3fefb58ba6718486ad;hb=58f976626a7636c7b2e87fca0674f709d34f33c0;hp=ec8afa80ecf49717d05ab969a3be93dfeec98975;hpb=f05cd5b77ca7b17440bfc7ed9f48f7c11d269767;p=awesomized%2Flibmemcached diff --git a/libmemcached/memcached_util.h b/libmemcached/memcached_util.h index ec8afa80..7b7c5e83 100644 --- a/libmemcached/memcached_util.h +++ b/libmemcached/memcached_util.h @@ -1,23 +1,20 @@ -/* - * Summary: interface for libmemcached utility library - * Description: main include file for libmemcachedutil +/* LibMemcached + * Copyright (C) 2006-2009 Brian Aker + * All rights reserved. * - * Copy: See Copyright for the status of this software. + * Use and distribution licensed under the BSD license. See + * the COPYING file in the parent directory for full text. + * + * Summary: Connection pool library. * * Author: Trond Norbye + * */ + #ifndef MEMCACHED_UTIL_H #define MEMCACHED_UTIL_H -#ifdef __cplusplus -extern "C" { -#endif - -#include - -#ifdef __cplusplus -} -#endif +#include #endif /* MEMCACHED_UTIL_H */