ctf: append error causes when returning errors
[babeltrace.git] / src / plugins / ctf / common / metadata / decoder-packetized-file-stream-to-buf.h
index cd569df24e4bb4a835b588a07c9282ae1aba2149..cc6712427bc2de379b84a81b369ea572f1540839 100644 (file)
@@ -1,15 +1,7 @@
 /*
- * Copyright 2019 - Efficios, Inc.
+ * SPDX-License-Identifier: MIT
  *
- * 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
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * Copyright 2019 Efficios Inc.
  */
 
 #ifndef SRC_PLUGINS_CTF_COMMON_METADATA_DECODER_PACKETIZED_FILE_STREAM_TO_BUF
@@ -24,6 +16,7 @@ BT_HIDDEN
 int ctf_metadata_decoder_packetized_file_stream_to_buf(FILE *fp,
                char **buf, int byte_order, bool *is_uuid_set,
                uint8_t *uuid, bt_logging_level log_level,
-               bt_self_component *self_comp);
+               bt_self_component *self_comp,
+               bt_self_component_class *self_comp_class);
 
 #endif /* SRC_PLUGINS_CTF_COMMON_METADATA_DECODER_PACKETIZED_FILE_STREAM_TO_BUF */
This page took 0.023979 seconds and 4 git commands to generate.