From 8586ca929a61654e482be2c41961449980071067 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 14 Jan 2001 20:50:00 +0000 Subject: [PATCH] Add sh_time_t type. --- lib/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config.h b/lib/config.h index e5b35528..c34d41cd 100644 --- a/lib/config.h +++ b/lib/config.h @@ -35,6 +35,7 @@ typedef unsigned int uns; /* at least 32 bits */ typedef unsigned long long int u64; /* exactly 64 bits, unsigned */ typedef long long int s64; /* exactly 64 bits, signed */ typedef unsigned long addr_int_t; /* Both integer and address */ +typedef unsigned int sh_time_t; /* Timestamp */ #ifndef NULL #define NULL (void *)0 -- 2.39.2