summary refs log tree commit diff
path: root/src/fmt_ptime.h
blob: 72ea008426b02a479e577093344c1f5d85a0cf48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef FMT_PTIME_H
#define FMT_PTIME_H

#define FMT_PTIME 30

#include <time.h>
#include <sys/time.h>
#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