aboutsummaryrefslogtreecommitdiffstats
path: root/include/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/script.h')
-rw-r--r--include/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script.h b/include/script.h
index 7901c9c..ab5fa7e 100644
--- a/include/script.h
+++ b/include/script.h
@@ -12,6 +12,6 @@
* Loads the library for the given interpreter.
* @param it the interpreter to use
*/
-void script_loadlib(interpreter *it);
+void script_loadlib(instance *it);
#endif // SCRIPT_H_