diff liboctave/wrappers/time-wrappers.h @ 22062:d18aad835ad6

provide wrapper for gnulib mktime function * time-wrappers.h, time-wrappers.c (octave_mktime_wrapper): New function. * oct-time.cc: Use it.
author John W. Eaton <jwe@octave.org>
date Thu, 07 Jul 2016 10:28:31 -0400
parents f0c5dd1ea2b9
children c4ef0b3dc40c
line wrap: on
line diff
--- a/liboctave/wrappers/time-wrappers.h	Thu Jul 07 08:42:44 2016 -0400
+++ b/liboctave/wrappers/time-wrappers.h	Thu Jul 07 10:28:31 2016 -0400
@@ -48,6 +48,9 @@
                           long *msgsnd, long *msgrcv, long *nsignals,
                           long *nvcsw, long *nivcsw);
 
+extern time_t
+octave_mktime_wrapper (struct tm *tp);
+  
 #if defined __cplusplus
 }
 #endif