mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 21:51:59 +01:00
Fixed header protection text for screen.h
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
f8a32dd025
commit
c1150832dd
@ -1,9 +1,9 @@
|
||||
/*
|
||||
* rules.h, SJ
|
||||
* screen.h, SJ
|
||||
*/
|
||||
|
||||
#ifndef _NETRANGE_H
|
||||
#define _NETRANGE_H
|
||||
#ifndef _SCREEN_H
|
||||
#define _SCREEN_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[]);
|
||||
int is_blocked_by_pilerscreen(struct smtp_acl *smtp_acl[], char *ipaddr, struct config *cfg);
|
||||
|
||||
#endif /* _NETRANGE_H */
|
||||
#endif /* _SCREEN_H */
|
||||
|
Loading…
Reference in New Issue
Block a user