summaryrefslogtreecommitdiffstats
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h
index d937d28..9a11f83 100644
--- a/src/report.h
+++ b/src/report.h
@@ -1,4 +1,4 @@
#include <string>
#include "ocelot.h"
-std::string report(params_type &params, user_list &users_list);
+std::string report(params_type &params, user_list &users_list, client_opts_t &client_opts);