mirror of
https://github.com/clearlinux/tallow.git
synced 2026-09-01 19:21:35 +00:00
17 lines
398 B
C
17 lines
398 B
C
/*
|
|
* json.h - IP block sshd login abuse
|
|
*
|
|
* (C) Copyright 2019 Intel Corporation
|
|
* Authors:
|
|
* Auke Kok <auke-jan.h.kok@intel.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; version 3
|
|
* of the License.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
void json_load_patterns(void);
|