aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/ficslim.h
blob: 79d819cd03bd9d591d2866b010525af4e9abe4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef FICS_LIMITS_H
#define FICS_LIMITS_H

#include <time.h>

#ifdef __cplusplus
extern "C" {
#endif

extern const time_t g_time_min;
extern const time_t g_time_max;

#ifdef __cplusplus
}
#endif

#endif