summaryrefslogtreecommitdiffstats
path: root/tools/lsd/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lsd/cmdline.h')
-rw-r--r--tools/lsd/cmdline.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/lsd/cmdline.h b/tools/lsd/cmdline.h
deleted file mode 100644
index fc3be3e..0000000
--- a/tools/lsd/cmdline.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef CMDLINE_H
-#define CMDLINE_H
-
-void print_help(void);
-
-int get_options(int argc, char **argv,
- int *list_needed_libs,
- int *info,
- char ***dirs,
- int *num_dirs,
- int *verbose);
-
-#endif/*CMDLINE_H*/