aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_opts.h')
-rw-r--r--src/c_opts.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/c_opts.h b/src/c_opts.h
index 27bacb0..5cbe4c0 100644
--- a/src/c_opts.h
+++ b/src/c_opts.h
@@ -46,26 +46,11 @@
#ifndef __C_OPTS_H__
#define __C_OPTS_H__
-#ifdef __linux__
-#include <linux/limits.h>
-#else
-#include <limits.h>
-#endif
-
#include "c_unixize.h"
#define C_OPTS "ahinpRv"
#define C_USAGE_FMT "usage: unixize [-%s] [directory]\n"
-struct opts_s {
- bool_t hidden;
- bool_t hyphen;
- bool_t pretend;
- bool_t recursive;
- bool_t verbose;
- char dir[PATH_MAX];
-};
-
void c_get_opts(struct opts_s*, int, const char*[]);
#endif /* ifndef __C_OPTS_H__ */