25 #ifndef TIMEUTILS_SCAN_TIMESTAMP_H_INCLUDED
26 #define TIMEUTILS_SCAN_TIMESTAMP_H_INCLUDED
gboolean scan_rfc3164_timestamp(const guchar **data, gint *length, WallClockTime *wct)
Definition: scan-timestamp.c:497
gboolean scan_iso_timestamp(const gchar **buf, gint *left, WallClockTime *wct)
Definition: scan-timestamp.c:229
gboolean scan_month_abbrev(const gchar **buf, gint *left, gint *mon)
Definition: scan-timestamp.c:88
gboolean scan_pix_timestamp(const gchar **buf, gint *left, WallClockTime *wct)
Definition: scan-timestamp.c:272
gboolean scan_linksys_timestamp(const gchar **buf, gint *left, WallClockTime *wct)
Definition: scan-timestamp.c:313
gboolean scan_bsd_timestamp(const gchar **buf, gint *left, WallClockTime *wct)
Definition: scan-timestamp.c:175
gboolean scan_iso_timezone(const guchar **buf, gint *length, gint *gmtoff)
Definition: scan-timestamp.c:408
gboolean scan_rfc5424_timestamp(const guchar **data, gint *length, WallClockTime *wct)
Definition: scan-timestamp.c:530
gboolean scan_day_abbrev(const gchar **buf, gint *left, gint *wday)
Definition: scan-timestamp.c:33