From dd1fb6e16ff777d3e098076d1015c6c565b51bb7 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 25 Nov 2011 11:59:37 +0100 Subject: Reuse environment (macrolist) instead of creating a new one. Add 'to' and 'from' times to export, both unixtimestamps. --- server/src/admin_export.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/src/admin_export.h') diff --git a/server/src/admin_export.h b/server/src/admin_export.h index 69c7a36..804d373 100644 --- a/server/src/admin_export.h +++ b/server/src/admin_export.h @@ -29,9 +29,11 @@ #define __PRACRO_ADMIN_EXPORT_H__ #include +#include #include "environment.h" -std::string admin_export(Environment &env, std::string templ, bool *ok); +std::string admin_export(Environment &env, std::string templ, bool *ok, + time_t from, time_t to); #endif/*__PRACRO_ADMIN_EXPORT_H__*/ -- cgit v1.2.3