8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / ipf / tools / ipfzone.h
blobca6f42ec6aae939f085ab941910050a7d4bc9f61
1 /*
2 * Copyright (c) 2013 Joyent, Inc. All rights reserved.
3 * Use is subject to license terms.
5 * See the IPFILTER.LICENCE file for details on licensing.
6 */
8 #ifndef __IPFZONE_H__
9 #define __IPFZONE_H__
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 *);
17 #endif /* __IPFZONE_H__ */