X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetdate.h;h=27912f4f6aec0c471a32d92dc70feec6e5db9a0f;hb=fc66900ee825390c11719d7d3e6816c6fa94ef45;hp=674c474f11573e66822af98c25ed26c945b99870;hpb=63c0ef798cf54b06bd0d193798d4d8e69e7f34a0;p=gnulib.git diff --git a/lib/getdate.h b/lib/getdate.h index 674c474f1..27912f4f6 100644 --- a/lib/getdate.h +++ b/lib/getdate.h @@ -1,4 +1,6 @@ -/* Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc. +/* Parse a string into an internal time stamp. + + Copyright (C) 1995, 1997, 1998, 2003 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 @@ -18,14 +20,6 @@ # include #endif -#ifndef PARAMS -# if defined PROTOTYPES || (defined __STDC__ && __STDC__) -# define PARAMS(Args) Args -# else -# define PARAMS(Args) () -# endif -#endif - #ifdef vms # include # include @@ -43,4 +37,4 @@ # endif #endif /* defined (vms) */ -time_t get_date PARAMS ((const char *p, const time_t *now)); +time_t get_date (const char *p, const time_t *now);