lib: update copyrights
[babeltrace.git] / include / babeltrace / plugin / python-plugin-provider-internal.h
index acf913ff3a57d05f27d042f03bdb02fd5796aaab..68201ee6ed8083cd47e987d48403b7e3d6f6ddbc 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef BABELTRACE_PLUGIN_PYTHON_PLUGIN_PROVIDER_INTERNAL_H
 #define BABELTRACE_PLUGIN_PYTHON_PLUGIN_PROVIDER_INTERNAL_H
 
-/* *
- * Copyright 2017 Philippe Proulx <pproulx@efficios.com>
+/*
+ * Copyright 2017-2018 Philippe Proulx <pproulx@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
@@ -23,9 +23,9 @@
  * SOFTWARE.
  */
 
-#include <babeltrace/plugin/plugin.h>
+#include <babeltrace/plugin/plugin-const.h>
 
 extern
-struct bt_plugin **bt_plugin_python_create_all_from_file(const char *path);
+struct bt_plugin_set *bt_plugin_python_create_all_from_file(const char *path);
 
 #endif /* BABELTRACE_PLUGIN_PYTHON_PLUGIN_PROVIDER_INTERNAL_H */
This page took 0.025158 seconds and 4 git commands to generate.