]> Dogcows Code - chaz/tar/blobdiff - src/common.h
New option --sort=ORDER
[chaz/tar] / src / common.h
index 04466ae2e9a44f71b0edb66c71b02eadae50a171..4d2c3994181051b6bfa95b537ee3219dfb80e2fe 100644 (file)
@@ -1,6 +1,6 @@
 /* Common declarations for the tar program.
 
-   Copyright 1988, 1992-1994, 1996-1997, 1999-2010, 2012-2013 Free
+   Copyright 1988, 1992-1994, 1996-1997, 1999-2010, 2012-2014 Free
    Software Foundation, Inc.
 
    This file is part of GNU tar.
@@ -386,6 +386,8 @@ GLOBAL dev_t root_device;
 /* Unquote filenames */
 GLOBAL bool unquote_option;
 
+GLOBAL int savedir_sort_order;
+
 /* Show file or archive names after transformation.
    In particular, when creating archive in verbose mode, list member names
    as stored in the archive */
This page took 0.020038 seconds and 4 git commands to generate.