From 8983cde1c4cab47a610c20325ec7a3025efaf31e Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 24 Nov 2024 13:30:51 +0100 Subject: Added command 'sought' --- FICS/sought.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 FICS/sought.h (limited to 'FICS/sought.h') diff --git a/FICS/sought.h b/FICS/sought.h new file mode 100644 index 0000000..873435c --- /dev/null +++ b/FICS/sought.h @@ -0,0 +1,11 @@ +#ifndef COM_SOUGHT_H +#define COM_SOUGHT_H + +#include "command.h" /* param_list */ +#include "common.h" + +__FICS_BEGIN_DECLS +int com_sought(int, param_list); +__FICS_END_DECLS + +#endif -- cgit v1.2.3