Integrate modifications after plugin review
[babeltrace.git] / include / babeltrace / plugin / plugin.h
index 1c3c36d0ac734b5644735b16ccd90b9074a4fed6..60a1a21a7b48ade9fdb9aedcf1fe1db36a8a36e5 100644 (file)
  * SOFTWARE.
  */
 
-#ifdef __cplusplus
-extern "C" {
-#endif
+#include <babeltrace/plugin/component.h>
+#include <babeltrace/plugin/component-class.h>
+#include <babeltrace/plugin/source.h>
+#include <babeltrace/plugin/sink.h>
+#include <babeltrace/plugin/filter.h>
 
-
-int bt_plugin_set_error_stream(struct bt_plugin *plugin, FILE *error_stream);
-
-/* Refcounting */
-void bt_plugin_get(struct bt_plugin *plugin);
-void bt_plugin_put(struct bt_plugin *plugin);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* BABELTRACE_PLUGIN_SYSTEM_H */
+#endif /* BABELTRACE_PLUGIN_H */
This page took 0.023508 seconds and 4 git commands to generate.