From d929a883fc58b63cadfcca1864c6aacff7af8388 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Sep 2001 11:20:47 +0000 Subject: (enum Interactive): Remove members, I_OFF and I_ON. Instead, add I_ALWAYS_YES, I_ALWAYS_NO, and I_ASK_USER. --- src/copy.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/copy.h b/src/copy.h index ad82f372e..953bd92fe 100644 --- a/src/copy.h +++ b/src/copy.h @@ -25,8 +25,9 @@ enum Sparse_type /* This type is used to help mv (via copy.c) distinguish these cases. */ enum Interactive { - I_OFF = 1, - I_ON, + I_ALWAYS_YES = 1, + I_ALWAYS_NO, + I_ASK_USER, I_UNSPECIFIED }; -- cgit v1.2.3-70-g09d2