summaryrefslogtreecommitdiffstats
path: root/bytecode/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'bytecode/encoding.h')
-rw-r--r--bytecode/encoding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bytecode/encoding.h b/bytecode/encoding.h
index fed187b..9d4da14 100644
--- a/bytecode/encoding.h
+++ b/bytecode/encoding.h
@@ -4,7 +4,7 @@
#include <stdbool.h>
#include <stdint.h>
-#include "slice.h"
+#include "byte_slice.h"
#include "value.h"
typedef uint8_t local;
@@ -58,6 +58,6 @@ struct result {
int n;
};
-struct result parse(struct slice);
+struct result parse(uint8_t_slice);
#endif