]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/psdate.h
PREFIX stuff
[pw-darwin.git] / pw / psdate.h
index 14defb076515812648f58368d6e10c018c6817da..29bfb3397f3789d66128a488d861fb58494669c3 100644 (file)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (C) 1996
  *     David L. Nugent.  All rights reserved.
  *
@@ -23,7 +25,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     $FreeBSD$
+ * $FreeBSD$
  */
 
 #ifndef _PSDATE_H_
@@ -33,8 +35,9 @@
 #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_ */