Parent: [c5463d] (diff)

Child: [9b2db7] (diff)

Download this file

wasatorcl.h    14 lines (9 with data), 325 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#ifndef _WASATORCL_H_INCLUDED_
#define _WASATORCL_H_INCLUDED_
/* @(#$Id: wasatorcl.h,v 1.3 2006-12-10 17:03:08 dockes Exp $ (C) 2006 J.F.Dockes */
#include <string>
using std::string;
#include "rcldb.h"
#include "searchdata.h"
extern Rcl::SearchData *wasaQueryToRcl(WasaQuery *wasa);
#endif /* _WASATORCL_H_INCLUDED_ */