Updates to libhashkit.
[awesomized/libmemcached] / libmemcached / protocol_handler.h
index fe92a2cc1f75632a8121424fdd6476b2d436b283..3e4531bb5307a418e76806e756f8516e399db874 100644 (file)
@@ -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 <sys/types.h>
-#include <stdbool.h>
+#if !defined(__cplusplus)
+# include <stdbool.h>
+#endif
 
 #include <libmemcached/memcached/protocol_binary.h>
 #include <libmemcached/visibility.h>