From 44beae5d68575807c65498c3f992f4a29569fb0f Mon Sep 17 00:00:00 2001 From: Oskar <> Date: Thu, 21 Mar 2024 22:38:46 +0100 Subject: i think validate_plus_continue is working now, it took way too long to figure this out --- i_validation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i_validation.h') diff --git a/i_validation.h b/i_validation.h index 73087ac..3c01563 100644 --- a/i_validation.h +++ b/i_validation.h @@ -14,6 +14,8 @@ #define _CONTINUE 6 #define _NA 7 +int validate_plus_continue(char *smode_buf); + int validate_L(char *smode_buf); int validate_N(char *smode_buf); \ No newline at end of file -- cgit v1.2.3