aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/ficslim.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/ficslim.h')
-rw-r--r--FICS/ficslim.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/FICS/ficslim.h b/FICS/ficslim.h
new file mode 100644
index 0000000..40f9b9a
--- /dev/null
+++ b/FICS/ficslim.h
@@ -0,0 +1,13 @@
+#ifndef FICS_LIMITS_H
+#define FICS_LIMITS_H
+
+#include <time.h>
+
+#include "common.h"
+
+__FICS_BEGIN_DECLS
+extern const time_t g_time_min;
+extern const time_t g_time_max;
+__FICS_END_DECLS
+
+#endif