diff options
Diffstat (limited to 'FICS/ficslim.h')
-rw-r--r-- | FICS/ficslim.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/FICS/ficslim.h b/FICS/ficslim.h new file mode 100644 index 0000000..79d819c --- /dev/null +++ b/FICS/ficslim.h @@ -0,0 +1,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 |