summaryrefslogtreecommitdiff
path: root/wx+/http.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <shieldwed@outlook.com>2018-05-09 00:07:03 +0200
committerDaniel Wilhelm <shieldwed@outlook.com>2018-05-09 00:07:03 +0200
commit1aab211abb68b40cefb5024d0be373589c9c8f99 (patch)
tree2da4ead196df622081ac45b29678e92ed30476a3 /wx+/http.h
parent9.5 (diff)
downloadFreeFileSync-1aab211abb68b40cefb5024d0be373589c9c8f99.tar.gz
FreeFileSync-1aab211abb68b40cefb5024d0be373589c9c8f99.tar.bz2
FreeFileSync-1aab211abb68b40cefb5024d0be373589c9c8f99.zip
9.6
Diffstat (limited to 'wx+/http.h')
-rwxr-xr-xwx+/http.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/wx+/http.h b/wx+/http.h
index d2a28f2c..aba6b96d 100755
--- a/wx+/http.h
+++ b/wx+/http.h
@@ -1,11 +1,11 @@
// *****************************************************************************
// * This file is part of the FreeFileSync project. It is distributed under *
-// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 *
+// * GNU General Public License: https://www.gnu.org/licenses/gpl-3.0 *
// * Copyright (C) Zenju (zenju AT freefilesync DOT org) - All Rights Reserved *
// *****************************************************************************
-#ifndef HTTP_h_879083425703425702
-#define HTTP_h_879083425703425702
+#ifndef HTTP_H_879083425703425702
+#define HTTP_H_879083425703425702
#include <zen/file_error.h>
#include <zen/serialize.h>
@@ -46,4 +46,4 @@ std::string xWwwFormUrlEncode(const std::vector<std::pair<std::string, std::stri
std::vector<std::pair<std::string, std::string>> xWwwFormUrlDecode(const std::string& str);
}
-#endif //HTTP_h_879083425703425702
+#endif //HTTP_H_879083425703425702
bgstack15