aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/iset.h
blob: 3fa3f6f18dfd310012ba3102196284f5fceb3dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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