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_ */