aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/sought.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/sought.h')
-rw-r--r--FICS/sought.h11
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