summaryrefslogtreecommitdiff
path: root/server/src/admin_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/admin_export.h')
-rw-r--r--server/src/admin_export.h4
1 files changed, 3 insertions, 1 deletions
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 <string>
+#include <time.h>
#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__*/