1 /* 2 * Copyright (c) 2013 Joyent, Inc. All rights reserved. 3 * Use is subject to license terms. 4 * 5 * See the IPFILTER.LICENCE file for details on licensing. 6 */ 7 8 #ifndef __IPFZONE_H__ 9 #define __IPFZONE_H__ 10 11 void getzonearg(int, char *[], const char *); 12 void getzoneopt(int, char *[], const char *); 13 int setzone(int); 14 void setzonename(const char *); 15 void setzonename_global(const char *); 16 17 #endif /* __IPFZONE_H__ */ 18