#ifndef BOGON_H
#define BOGON_H

#include <stdint.h>

int bogon_check(const uint8_t *ip, int family);

#endif
