#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