diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-24 13:30:51 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-24 13:30:51 +0100 |
commit | 8983cde1c4cab47a610c20325ec7a3025efaf31e (patch) | |
tree | c019b3bc93cbb865dc88faea93ac4aa75740f508 /FICS/sought.h | |
parent | 452ea290d35f7f264d8636e738cd9c9e9437a916 (diff) |
Added command 'sought'
Diffstat (limited to 'FICS/sought.h')
-rw-r--r-- | FICS/sought.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 |