summaryrefslogtreecommitdiffstats
path: root/tools/lsd/lsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lsd/lsd.h')
-rw-r--r--tools/lsd/lsd.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/lsd/lsd.h b/tools/lsd/lsd.h
deleted file mode 100644
index 883c423..0000000
--- a/tools/lsd/lsd.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef LSD_H
-#define LSD_H
-
-void lsd(char **execs, int num_execs,
- int list_needed_libs,
- int print_info,
- char **lib_lookup_dirs,
- int num_lib_lookup_dirs);
-
-#endif