From 59ac732945ce66a31538f9e0444f28a8a40a2f79 Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Wed, 25 Aug 2021 21:22:05 -0500 Subject: [PATCH] Corrected the spelling of string.h --- src/rhosts.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rhosts.h b/src/rhosts.h index 89d44bb..e15817c 100644 --- a/src/rhosts.h +++ b/src/rhosts.h @@ -3,7 +3,7 @@ #define RHOSTS_HEADER #include #include -#include +#include #include #ifdef _WIN64 #define TMPLOCATION "/tmp/rhosts" @@ -37,4 +37,5 @@ int parse_config(struct entry **entries); int openfile(FILE **file, char *mode, char *location); int closefile(FILE **file, char *location); short int determine_config_entry_value(char *buff); +int preserve_static_entries(); #endif