From f038883a6e004eb4312ba1e761da06b596e14d3f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:43 +0200 Subject: tagging ychat-0.7.7.0 --- src/logd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/logd.h') diff --git a/src/logd.h b/src/logd.h index 2d6270b..4796e39 100755 --- a/src/logd.h +++ b/src/logd.h @@ -7,6 +7,8 @@ #include #include +#include "maps/hashmap.h" + class logd { private: @@ -26,7 +28,7 @@ public: ~logd(); void set_logfile( string s_path, string s_filename ); - void log_access( map &map_request ); + void log_access( hashmap &map_request ); void log_simple_line( string s_line ); void flush_logs(); static string remove_html_tags( string s_log ); -- cgit v1.2.3