From fdb2ec531c7813b015df5aa3bc5c0ea6e533c1cf Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 13 Jul 2024 13:07:59 +0200 Subject: Added a new command --- FICS/iset.h | 16 ++++++++++++++++ 1 file changed, 16 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..f88d9fb --- /dev/null +++ b/FICS/iset.h @@ -0,0 +1,16 @@ +#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 -- cgit v1.2.3