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 command

       cfunctions ip-tools.c

    at 16:38:08 on Wednesday 10 February 2016, local time.
*/
#ifndef CFH_IP_TOOLS_H
#define CFH_IP_TOOLS_H

/* From 'ip-tools.c': */

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

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

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

#endif /* CFH_IP_TOOLS_H */