python-plugin-provider: Make it build
[deliverable/babeltrace.git] / include / babeltrace / plugin / plugin-so-internal.h
index 19b422a3e12db8d0758f258614cf69347366581b..fb41e6590c7bfa67d560c290f2febc2cd9241d8c 100644 (file)
@@ -2,10 +2,8 @@
 #define BABELTRACE_PLUGIN_PLUGIN_SO_INTERNAL_H
 
 /*
+ * 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
@@ -59,7 +57,6 @@ struct bt_plugin_set *bt_plugin_so_create_all_from_file(const char *path);
 BT_HIDDEN
 struct bt_plugin_set *bt_plugin_so_create_all_from_static(void);
 
-BT_HIDDEN
 void bt_plugin_so_on_add_component_class(struct bt_plugin *plugin,
                struct bt_component_class *comp_class);
 
This page took 0.035575 seconds and 5 git commands to generate.