From 713f7440b97c70357bb507458305cb05e312f1f6 Mon Sep 17 00:00:00 2001 From: Oskar Date: Thu, 21 Mar 2024 11:55:43 +0100 Subject: added i_validation.c and i_validation.h to make the code a bit easier and readable. Its my preparation for when i start dividing the validation functions in to smaller pieces --- i_validation.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i_validation.h (limited to 'i_validation.h') diff --git a/i_validation.h b/i_validation.h new file mode 100644 index 0000000..a7a7fe4 --- /dev/null +++ b/i_validation.h @@ -0,0 +1,11 @@ +#include +#include +#include +#include +#include +#include "7ed.h" +#include + +int validate_L(char *smode_buf); + +int validate_N(char *smode_buf); \ No newline at end of file -- cgit v1.2.3