diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
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 ¶ms, user_list &users_list); +std::string report(params_type ¶ms, user_list &users_list, client_opts_t &client_opts); |