aboutsummaryrefslogtreecommitdiffstats
path: root/src/lush.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lush.h')
-rw-r--r--src/lush.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lush.h b/src/lush.h
index 06eb184..d067b36 100644
--- a/src/lush.h
+++ b/src/lush.h
@@ -19,6 +19,7 @@ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#define LUSH_H
#include <lua.h>
+#define LUSH_LUA 5
// alias
void lush_add_alias(const char *alias, const char *command);
@@ -57,6 +58,6 @@ extern char *prompt_format;
// history
char *lush_get_past_command(int pos);
-void lush_push_history(const char* line);
+void lush_push_history(const char *line);
#endif // LUSH_H