From e0bf91d7c612619526772605890538f0c3e44c05 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Tue, 13 Mar 2001 00:40:19 +0000 Subject: Applied patch from Christophe Boyanique to add -i support to rm. --- busybox.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'busybox.h') diff --git a/busybox.h b/busybox.h index abf6241..7ae6485 100644 --- a/busybox.h +++ b/busybox.h @@ -255,4 +255,8 @@ enum { #define RESERVE_BB_UBUFFER(buffer,len) unsigned char *buffer=xmalloc(len) #endif +#if defined(BB_FEATURE_RM_INTERACTIVE) && defined(BB_RM) +int ask_confirmation(void); +#endif + #endif /* _BB_INTERNAL_H_ */ -- cgit v1.1