summaryrefslogtreecommitdiffstats
path: root/src/report.h
diff options
context:
space:
mode:
authorErik Andersson <erik@packy.se>2016-11-22 23:56:43 +0100
committerErik Andersson <erik@packy.se>2016-11-22 23:56:43 +0100
commit41954fffc10bfd230f857f57c6871b412d5f2e91 (patch)
tree010bcf28f294a58b4a22b7276cf615758648bcbe /src/report.h
parented374a8dbcdaaf273964293d2805bdd61b148022 (diff)
downloadocelot-master.zip
ocelot-master.tar.gz
ocelot-master.tar.bz2
Ocelot v1.0HEADv1.0master
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);