summaryrefslogtreecommitdiffstats
path: root/bytecode/oper.h
diff options
context:
space:
mode:
Diffstat (limited to 'bytecode/oper.h')
-rw-r--r--bytecode/oper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bytecode/oper.h b/bytecode/oper.h
index f3bb688..7174e1d 100644
--- a/bytecode/oper.h
+++ b/bytecode/oper.h
@@ -1,8 +1,8 @@
#ifndef _OPER_H_
#define _OPER_H_
-#include "slice.h"
+#include "byte_slice.h"
-void run(struct slice);
+void run(uint8_t_slice);
#endif