lib: update copyrights
[babeltrace.git] / include / babeltrace / plugin / plugin-so-internal.h
index 9c511769220656c6bb3796af58b0370357f7170b..41544d186a9fc3e2641ceaeb046c8dd6fe931538 100644 (file)
@@ -2,12 +2,8 @@
 #define BABELTRACE_PLUGIN_PLUGIN_SO_INTERNAL_H
 
 /*
- * BabelTrace - Babeltrace Plug-in Interface
- *
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
- * Copyright 2017 Philippe Proulx <pproulx@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
@@ -30,6 +26,7 @@
 
 #include <glib.h>
 #include <gmodule.h>
+#include <babeltrace/types.h>
 
 struct bt_plugin;
 struct bt_component_class;
@@ -40,7 +37,7 @@ struct bt_plugin_so_shared_lib_handle {
        GModule *module;
 
        /* True if initialization function was called */
-       bool init_called;
+       bt_bool init_called;
        bt_plugin_exit_func exit;
 };
 
This page took 0.023686 seconds and 4 git commands to generate.