Remove extern "C" from internal headers
[lttng-tools.git] / src / bin / lttng-sessiond / condition-internal.h
index 2863f7bd8d37d87c19688f1442d77e0665519ddc..49a074952a5bed638661adcf6e8e579aee500b91 100644 (file)
@@ -17,4 +17,7 @@
  */
 unsigned long lttng_condition_hash(const struct lttng_condition *condition);
 
+struct lttng_condition *lttng_condition_copy(
+               const struct lttng_condition *condition);
+
 #endif /* LTTNG_SESSIOND_CONDITION_INTERNAL_H */
This page took 0.02358 seconds and 4 git commands to generate.