X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libmemcached%2Fmemcached_util.h;h=0c2c6777e56136ceabaa030f082943572cd1fb78;hb=e7561db4b56f2e78948710a0f360f65f5703a8e6;hp=501b81ae6c0a515927684009c238fab50b733dd6;hpb=76869574486dceca688e05b7028d8b88485a36a0;p=m6w6%2Flibmemcached diff --git a/libmemcached/memcached_util.h b/libmemcached/memcached_util.h index 501b81ae..0c2c6777 100644 --- a/libmemcached/memcached_util.h +++ b/libmemcached/memcached_util.h @@ -1,15 +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 LIBMEMCACHED_MEMCACHED_UTIL_H -#define LIBMEMCACHED_MEMCACHED_UTIL_H -#include +#ifndef MEMCACHED_UTIL_H +#define MEMCACHED_UTIL_H + +#include -#endif /* LIBMEMCACHED_MEMCACHED_UTIL_H */ +#endif /* MEMCACHED_UTIL_H */