diff options
Diffstat (limited to 'xmrstak/http/httpd.hpp')
-rw-r--r-- | xmrstak/http/httpd.hpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xmrstak/http/httpd.hpp b/xmrstak/http/httpd.hpp index 3836968..fe534f0 100644 --- a/xmrstak/http/httpd.hpp +++ b/xmrstak/http/httpd.hpp @@ -21,13 +21,13 @@ private: static httpd* oInst; static int req_handler(void * cls, - MHD_Connection* connection, - const char* url, - const char* method, - const char* version, - const char* upload_data, - size_t* upload_data_size, - void ** ptr); + MHD_Connection* connection, + const char* url, + const char* method, + const char* version, + const char* upload_data, + size_t* upload_data_size, + void ** ptr); MHD_Daemon *d; }; |