#ifndef GUARD_ISET_H
#define GUARD_ISET_H

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

#ifdef __cplusplus
extern "C" {
#endif

int com_iset(int, param_list);

#ifdef __cplusplus
}
#endif

#endif