aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_plugpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_plugpath.h')
-rw-r--r--src/main/extractor_plugpath.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/main/extractor_plugpath.h b/src/main/extractor_plugpath.h
index b3c3d19..d1c1739 100644
--- a/src/main/extractor_plugpath.h
+++ b/src/main/extractor_plugpath.h
@@ -26,28 +26,6 @@
26#define EXTRACTOR_PLUGPATH_H 26#define EXTRACTOR_PLUGPATH_H
27 27
28/** 28/**
29 * Function to call on paths.
30 *
31 * @param cls closure
32 * @param path a directory path
33 */
34typedef void (*EXTRACTOR_PathProcessor) (void *cls,
35 const char *path);
36
37
38/**
39 * Iterate over all paths where we expect to find GNU libextractor
40 * plugins.
41 *
42 * @param pp function to call for each path
43 * @param pp_cls cls argument for pp.
44 */
45void
46EXTRACTOR_get_installation_paths_ (EXTRACTOR_PathProcessor pp,
47 void *pp_cls);
48
49
50/**
51 * Given a short name of a library (i.e. "mime"), find 29 * Given a short name of a library (i.e. "mime"), find
52 * the full path of the respective plugin. 30 * the full path of the respective plugin.
53 */ 31 */