#ifndef GUARD_ISET_H
#define GUARD_ISET_H

#include "command.h" /* param_list */
#include "common.h"

__FICS_BEGIN_DECLS
int com_iset(int, param_list);
__FICS_END_DECLS

#endif