File: ipset_copy.h

package info (click to toggle)
iprange 1.0.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 260 kB
  • sloc: ansic: 2,050; makefile: 74; sh: 1
file content (6 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#ifndef IPRANGE_IPSET_COPY_H
#define IPRANGE_IPSET_COPY_H

extern ipset *ipset_copy(ipset *ips1);

#endif //IPRANGE_IPSET_COPY_H