lib: update copyrights
[babeltrace.git] / include / babeltrace / trace-ir / stream-class-const.h
index 2b4cb3d305cbc81def08724b9a44b5d6054c159a..8452c56c85c49db75b6f6cbaa882d22a182ce906 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_TRACE_IR_STREAM_CLASS_CONST_H
 
 /*
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
- *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * in the Software without restriction, including without limitation the rights
 extern "C" {
 #endif
 
-struct bt_trace;
+struct bt_trace_class;
 struct bt_stream_class;
 struct bt_event_class;
 struct bt_clock_class;
 struct bt_event_header_field;
 struct bt_packet_context_field;
 
-extern const struct bt_trace *bt_stream_class_borrow_trace_const(
+extern const struct bt_trace_class *bt_stream_class_borrow_trace_class_const(
                const struct bt_stream_class *stream_class);
 
 extern const char *bt_stream_class_get_name(
This page took 0.023902 seconds and 4 git commands to generate.