summary refs log tree commit diff
path: root/src/fmt_ptime.h
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2006-07-24 21:01:36 +0000
committerGerrit Pape <pape@smarden.org>2006-07-24 21:01:36 +0000
commite000ef07290d4b576a5dc01689f91b5c4f6f578d (patch)
tree5dc8261a8e6e9b39273868d6a18bb1b688ddddff /src/fmt_ptime.h
parent369ac77b5aadb1aa85c7c8c436b0f64b555e0222 (diff)
downloadrunit-e000ef07290d4b576a5dc01689f91b5c4f6f578d.tar.gz
runit-e000ef07290d4b576a5dc01689f91b5c4f6f578d.tar.xz
runit-e000ef07290d4b576a5dc01689f91b5c4f6f578d.zip
* svlogd.c, fmt_ptime.*, man/svlogd.8: new option -ttt: prefix log
    messages with sortable UTC timestamp YYYY-MM-DDTHH:MM:SS.xxxxx.
  * runsv.c, runsv.8: give to arguments to ./finish: exit code and exit
    status of ./run (mostly copied from pipe-tools' npt-supervise, thx
    Laurent Bercot).
Diffstat (limited to 'src/fmt_ptime.h')
-rw-r--r--src/fmt_ptime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fmt_ptime.h b/src/fmt_ptime.h
index fe027b8..72ea008 100644
--- a/src/fmt_ptime.h
+++ b/src/fmt_ptime.h
@@ -8,6 +8,7 @@
 #include "taia.h"
 
 extern unsigned int fmt_ptime(char *, struct taia *);
+extern unsigned int fmt_ptime_iso8601(char *, struct taia *);
 extern unsigned int fmt_taia(char *, struct taia *);
 
 #endif