Fixed header protection text for screen.h

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2020-12-28 11:30:11 +01:00
parent f8a32dd025
commit c1150832dd

View File

@ -1,9 +1,9 @@
/* /*
* rules.h, SJ * screen.h, SJ
*/ */
#ifndef _NETRANGE_H #ifndef _SCREEN_H
#define _NETRANGE_H #define _SCREEN_H
#include "defs.h" #include "defs.h"
@ -13,4 +13,4 @@ int add_smtp_acl(struct smtp_acl *smtp_acl[], char *network_str, struct smtp_acl
void load_smtp_acl(struct smtp_acl *smtp_acl[]); void load_smtp_acl(struct smtp_acl *smtp_acl[]);
int is_blocked_by_pilerscreen(struct smtp_acl *smtp_acl[], char *ipaddr, struct config *cfg); int is_blocked_by_pilerscreen(struct smtp_acl *smtp_acl[], char *ipaddr, struct config *cfg);
#endif /* _NETRANGE_H */ #endif /* _SCREEN_H */