From c3eee8e333866d92e5fd94ae83cef618758c11bb Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 15 Sep 2025 18:50:32 +0200 Subject: FICS RPBLC v1.4.6 --- FICS/iset.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 FICS/iset.h (limited to 'FICS/iset.h') 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 -- cgit v1.2.3