blob: 873435cd5851f7f43ab99d7af657f3a92c73c612 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|