summaryrefslogtreecommitdiffstats
path: root/include/libipset/xlate.h
blob: 65697682f722de79aed995b8a17585945c2a50a7 (plain)
1
2
3
4
5
6
#ifndef LIBIPSET_XLATE_H
#define LIBIPSET_XLATE_H

int ipset_xlate_argv(struct ipset *ipset, int argc, char *argv[]);

#endif