Child: [b28eaf] (diff)

Download this file

recollq.h    11 lines (8 with data), 360 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#ifndef _recollq_h_included_
#define _recollq_h_included_
/* @(#$Id: recollq.h,v 1.1 2007-11-08 09:35:47 dockes Exp $ (C) 2007 J.F.Dockes */
/// Execute query, print results to stdout. This is just an api to the
/// recollq command line program.
class RclConfig;
extern int recollq(RclConfig **cfp, int argc, char **argv);
#endif /* _recollq_h_included_ */