X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrftime.h;h=ae9cc6b2dd81e78e3d25cba41e7ef71e6a5a79f5;hb=2caf4791a548a8b4fb500256a6dfe05626f2e467;hp=dc9613a8a1cd68cec1984fa6c1555ccbacd5a618;hpb=ae8bdaa0cca3a49e5cba2b6db567f5990022188d;p=gnulib.git diff --git a/lib/strftime.h b/lib/strftime.h index dc9613a8a..ae9cc6b2d 100644 --- a/lib/strftime.h +++ b/lib/strftime.h @@ -1,11 +1,11 @@ /* declarations for strftime.c - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2004 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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 - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,7 +13,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with this program. If not, see . */ + +#include size_t nstrftime (char *, size_t, char const *, struct tm const *, int, int);