summaryrefslogtreecommitdiff
path: root/i_validation.h
diff options
context:
space:
mode:
Diffstat (limited to 'i_validation.h')
-rw-r--r--i_validation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/i_validation.h b/i_validation.h
index 39e5848..c810e8d 100644
--- a/i_validation.h
+++ b/i_validation.h
@@ -16,11 +16,11 @@
#define MODE_L 76 // MODE_L works for Commands with + and -
#define MODE_N 78 // MODE_N works for Commands with + only
-int validate_imm_numbers(char *smode_buf);
+int validate_imm_numbers(char *smode_buf, int mode);
int validate_check_p_m(char *smode_buf, int mode);
-int validate_check_imm(char *smode_buf);
+int validate_check_imm(char *smode_buf, int mode);
int validate_plus_continue(char *smode_buf);