lib: add aliases for Babeltrace structure types
[babeltrace.git] / include / babeltrace / plugin / plugin-dev.h
index c83449a85220fe3ac9e77b0b6c73d8ec969f9036..ca6e9080606dbe34b88e1fd23f0da86c5a7183e3 100644 (file)
@@ -5,10 +5,8 @@
  * This is the header that you need to include for the development of
  * a Babeltrace plug-in.
  *
- * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
- *
- * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
+ * Copyright 2015 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
@@ -66,7 +64,7 @@ extern "C" {
 
 /* Plugin initialization function type */
 typedef enum bt_plugin_status (*bt_plugin_init_func)(
-               const struct bt_plugin *plugin);
+               const bt_plugin *plugin);
 
 /* Plugin exit function type */
 typedef enum bt_plugin_status (*bt_plugin_exit_func)(void);
This page took 0.024193 seconds and 4 git commands to generate.