libyang REFACTOR parsed/printed bytes in in/out structs
diff --git a/src/lyb.h b/src/lyb.h
index 4fd75d5..bc159f3 100644
--- a/src/lyb.h
+++ b/src/lyb.h
@@ -37,7 +37,6 @@
     } *subtrees;
     LY_ARRAY_COUNT_TYPE subtree_size;
 
-    size_t byte_count;  /**< printed/parsed bytes */
     const struct ly_ctx *ctx;
     union {
         struct {
@@ -48,7 +47,7 @@
     };
 
     /* LYB parser only */
-    const char *data;
+    struct ly_in *in;
     int int_opts;
     const struct lys_module **models;
     struct ly_set unres_node_type;