Import upstream version 1.29
[debian/tar] / gnu / fprintftime.h
index d7546c88baad02c0a7089db64d8c33a34b2d43ca..6f76d16acdca00f6ea1d9e4023eb525a8ed2b3fe 100644 (file)
@@ -1,8 +1,6 @@
-/* -*- buffer-read-only: t -*- vi: set ro: */
-/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
 /* Generate time strings directly to the output.  */
 
 /* Generate time strings directly to the output.  */
 
-/* Copyright (C) 2005, 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2009-2015 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -25,7 +23,7 @@
    large buffer that nstrftime would require.
 
    Output to stream FP the result of formatting (according to the
    large buffer that nstrftime would require.
 
    Output to stream FP the result of formatting (according to the
-   nstrftime format string, FMT) the time data, *TM, and the UTC
+   nstrftime format string, FMT) the time data, *TM, and the ZONE
    and NANOSECONDS values.  */
 size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
    and NANOSECONDS values.  */
 size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
-                    int utc, int nanoseconds);
+                    timezone_t zone, int nanoseconds);