"Fossies" - the Fresh Open Source Software Archive 
Member "libextractor-1.11/src/main/extractor_plugpath.h" (30 Jan 2021, 1315 Bytes) of package /linux/privat/libextractor-1.11.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
For more information about "extractor_plugpath.h" see the
Fossies "Dox" file reference documentation.
1 /*
2 This file is part of libextractor.
3 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009, 2012 Vidyut Samanta and Christian Grothoff
4
5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 libextractor is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with libextractor; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02110-1301, USA.
19 */
20 /**
21 * @file main/extractor_plugpath.h
22 * @brief determine path where plugins are installed
23 * @author Christian Grothoff
24 */
25 #ifndef EXTRACTOR_PLUGPATH_H
26 #define EXTRACTOR_PLUGPATH_H
27
28 /**
29 * Given a short name of a library (i.e. "mime"), find
30 * the full path of the respective plugin.
31 */
32 char *
33 EXTRACTOR_find_plugin_ (const char *short_name);
34
35
36 #endif
37 /* EXTRACTOR_PLUGPATH_H */