aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/iset.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/iset.h')
-rw-r--r--FICS/iset.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/FICS/iset.h b/FICS/iset.h
new file mode 100644
index 0000000..3fa3f6f
--- /dev/null
+++ b/FICS/iset.h
@@ -0,0 +1,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