1 // Copyright 2009 The Archiveopteryx Developers <info@aox.org>
2 
3 #ifndef SEARCHSYNTAX_H
4 #define SEARCHSYNTAX_H
5 
6 #include "global.h"
7 
8 
9 class Selector * parseSelector( class EStringList * );
10 
11 
12 #endif
13