Relicence all source and header files included in LGPL code
[lttng-tools.git] / src / common / hashtable / utils.h
index 44f80ce4fb2b65a585f59626d3ba20e470208d3c..a8c8de20ff897ce13459e1336df1c5fc507c5812 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
 
 #include <stdint.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 unsigned long hash_key_ulong(const void *_key, unsigned long seed);
 unsigned long hash_key_u64(const void *_key, unsigned long seed);
 unsigned long hash_key_str(const void *key, unsigned long seed);
@@ -23,8 +19,4 @@ int hash_match_key_u64(const void *key1, const void *key2);
 int hash_match_key_str(const void *key1, const void *key2);
 int hash_match_key_two_u64(const void *key1, const void *key2);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* _LTT_HT_UTILS_H */
This page took 0.02485 seconds and 4 git commands to generate.