Build system: build reader plug-in stub
[babeltrace.git] / include / babeltrace / plugin / plugin.h
index bf9aaed11843afe5e7601cb08283d36455bfb044..d0816261e90ebcdf93f4ac4abca279ab36a8c90a 100644 (file)
@@ -27,7 +27,7 @@
  * SOFTWARE.
  */
 
-#include <errno.h>
+#include <stdio.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -69,7 +69,9 @@ enum bt_plugin_status {
 
        /** No error, okay. */
        BT_PLUGIN_STATUS_OK =           0,
-}
+};
+
+struct bt_plugin;
 
 /**
  * Get plug-in instance name.
This page took 0.024265 seconds and 4 git commands to generate.