X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fprotocol_handler.h;h=3e4531bb5307a418e76806e756f8516e399db874;hb=a81bddebd55105aefa57af7cc87adbda3d1a022e;hp=fe92a2cc1f75632a8121424fdd6476b2d436b283;hpb=bb79693dc3100f28ea4fa477db895876d71fe0e9;p=awesomized%2Flibmemcached diff --git a/libmemcached/protocol_handler.h b/libmemcached/protocol_handler.h index fe92a2cc..3e4531bb 100644 --- a/libmemcached/protocol_handler.h +++ b/libmemcached/protocol_handler.h @@ -1,15 +1,23 @@ -/* - * Summary: Definition of the callback interface to the protocol handler +/* 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: Definition of the callback interface to the protocol handler * * Author: Trond Norbye + * */ + #ifndef MEMCACHED_PROTOCOL_H #define MEMCACHED_PROTOCOL_H #include -#include +#if !defined(__cplusplus) +# include +#endif #include #include