summaryrefslogtreecommitdiffstats
path: root/libbb/libbb.h
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-15 19:43:40 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-15 19:43:40 (EST)
commit68ee5deade297f659f8690511dd55757b457d9e1 (patch)
tree1372605a6f371e0054b4329b73056cdfc803e888 /libbb/libbb.h
parent4b982619a3a275e7ee9d607c7e3eb9a348f8fe6b (diff)
Remove dead code.
git-svn-id: http://opkg.googlecode.com/svn/trunk@314 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libbb/libbb.h')
-rw-r--r--libbb/libbb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/libbb.h b/libbb/libbb.h
index e5b2df5..f4d8de0 100644
--- a/libbb/libbb.h
+++ b/libbb/libbb.h
@@ -217,7 +217,6 @@ enum {
};
const char *make_human_readable_str(unsigned long size, unsigned long block_size, unsigned long display_unit);
-int ask_confirmation(void);
int klogctl(int type, char * b, int len);
char *xgetcwd(char *cwd);
@@ -287,7 +286,6 @@ enum {
FILEUTILS_PRESERVE_SYMLINKS = 2,
FILEUTILS_RECUR = 4,
FILEUTILS_FORCE = 8,
- FILEUTILS_INTERACTIVE = 16
};
extern const char *applet_name;