Codebase list iprange / cme/main ipset_binary.h
cme/main

Tree @cme/main (Download .tar.gz)

ipset_binary.h @cme/mainraw · history · blame

1
2
3
4
5
6
7
8
9
#ifndef IPRANGE_IPSET_LOAD_SAVE_H
#define IPRANGE_IPSET_LOAD_SAVE_H

#define BINARY_HEADER_V10 "iprange binary format v1.0\n"

extern int ipset_load_binary_v10(FILE *fp, ipset *ips, int first_line_missing);
extern void ipset_save_binary_v10(ipset *ips);

#endif //IPRANGE_IPSET_LOAD_SAVE_H