From 504f45e929a2e91e6aaab5aa433f4b3a0b80f952 Mon Sep 17 00:00:00 2001 From: dockes Date: Mon, 25 Jan 2010 11:08:07 +0000 Subject: [PATCH] not used? --- src/php/recoll/recollq.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/php/recoll/recollq.h diff --git a/src/php/recoll/recollq.h b/src/php/recoll/recollq.h deleted file mode 100644 index c74337b0..00000000 --- a/src/php/recoll/recollq.h +++ /dev/null @@ -1,10 +0,0 @@ -#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_ */