aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 4eeb99343..404d7076c 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -255,11 +255,11 @@ extern int gz_open(FILE *compressed_file, int *pid);
255/* extern int convert(char *fn, int ConvType); */ 255/* extern int convert(char *fn, int ConvType); */
256 256
257enum { 257enum {
258 CP_PRESERVE_STATUS = 1, 258 FILEUTILS_PRESERVE_STATUS = 1,
259 CP_PRESERVE_SYMLINKS = 2, 259 FILEUTILS_PRESERVE_SYMLINKS = 2,
260 CP_RECUR = 4, 260 FILEUTILS_RECUR = 4,
261 CP_FORCE = 8, 261 FILEUTILS_FORCE = 8,
262 CP_INTERACTIVE = 16 262 FILEUTILS_INTERACTIVE = 16
263}; 263};
264 264
265extern const char *applet_name; 265extern const char *applet_name;