gods
a simple blocklist for ssh
Log
|
Files
|
Refs
|
README
|
LICENSE
ip.h (55B)
1
#ifndef _IP_H
2
#define _IP_H
3
4
int isip(char *);
5
6
#endif