chiark / gitweb /
Kill non-re-entrant xgetdate(). We don't use it so we might as well
[disorder] / lib / dateparse.h
index d86d14f001c2248f92ab78fed032adb790f25fb0..2f52dacf3baa448c992f35e17ff23afce9a3e2af 100644 (file)
  */
 
 time_t dateparse(const char *s);
+#if 0
 struct tm *xgetdate(const char *string,
                    const char *const *template);
+#endif
 int xgetdate_r(const char *string,
               struct tm *tp,
               const char *const *template);