From 40dc624e6c30af5e8b0ced7b615a7503eb502c17 Mon Sep 17 00:00:00 2001
From: Oskar <open7software@gmail.com>
Date: Fri, 29 Mar 2024 19:43:01 +0100
Subject: Renamed validate_L to validate_LN. The name may change. I should also
 find a better way to implement vlaidate_check_p_m but for now all that
 matters is that its working correctly... Which i think it does...

---
 i_validation.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'i_validation.h')

diff --git a/i_validation.h b/i_validation.h
index 28aea47..52e7c51 100644
--- a/i_validation.h
+++ b/i_validation.h
@@ -24,6 +24,4 @@ int validate_check_imm(char *smode_buf);
 
 int validate_plus_continue(char *smode_buf);
 
-int validate_L(char *smode_buf, int mode);
-
-int validate_N(char *smode_buf);
\ No newline at end of file
+int validate_LN(char *smode_buf, int mode);
\ No newline at end of file
-- 
cgit v1.2.3