1 // Emacs style mode select   -*- C++ -*-
2 //-----------------------------------------------------------------------------
3 //
4 // $Id: searchp.h 1035 2013-08-14 00:38:40Z wesleyjohnson $
5 //
6 // Copyright (C) 1998-2000 by DooM Legacy Team.
7 //
8 // This program is free software; you can redistribute it and/or
9 // modify it under the terms of the GNU General Public License
10 // as published by the Free Software Foundation; either version 2
11 // of the License, or (at your option) any later version.
12 //
13 // This program is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 // GNU General Public License for more details.
17 //
18 //
19 // Revision 1.2  2000/02/27 00:42:12  hurdler
20 // Revision 1.1.1.1  2000/02/22 20:32:33  hurdler
21 // Initial import into CVS (v1.29 pr3)
22 //
23 //
24 // DESCRIPTION:
25 //
26 //-----------------------------------------------------------------------------
27 
28 #ifndef SEARCHP_H
29 #define SEARCHP_H
30 
31 char *searchpath (const char *);
32 
33 #endif
34