/*
* Copyright (c) 2013 Joyent, Inc. All rights reserved.
* Use is subject to license terms.
*
* See the IPFILTER.LICENCE file for details on licensing.
*/#ifndef __IPFZONE_H__
#define __IPFZONE_H__
voidgetzonearg(int, char*[], constchar*);
voidgetzoneopt(int, char*[], constchar*);
intsetzone(int);
voidsetzonename(constchar*);
voidsetzonename_global(constchar*);
#endif /* __IPFZONE_H__ */