/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (C) 1996
* David L. Nugent. All rights reserved.
*
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD$
*/
#ifndef _PSDATE_H_
#include <sys/cdefs.h>
__BEGIN_DECLS
-time_t parse_date __P((time_t dt, char const * str));
-void print_date __P((char *buf, time_t t, int dotime));
+int numerics(char const * str);
+time_t parse_date(time_t dt, char const * str);
+void print_date(char *buf, time_t t, int dotime);
__END_DECLS
#endif /* !_PSDATE_H_ */