The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
/*
This file was generated by the following command:

cfunctions ip-tools.c

*/
#ifndef CFH_IP_TOOLS_H
#define CFH_IP_TOOLS_H

#line 5 "ip-tools.c"
#define INVALID_IP 0
#define NOTFOUND -1
typedef struct {
    unsigned start;
    unsigned end;
}
ip_block_t;

#line 19 "ip-tools.c"
unsigned int ip_tools_ip_to_int (const char* ip);

#line 60 "ip-tools.c"
int ip_tools_ip_range (ip_block_t* ip_blocks, int n_ip_ranges, unsigned ip);

#endif /* CFH_IP_TOOLS_H */