aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdtl/td/tl/tl_file_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdtl/td/tl/tl_file_utils.h')
-rw-r--r--tdtl/td/tl/tl_file_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdtl/td/tl/tl_file_utils.h b/tdtl/td/tl/tl_file_utils.h
index 6d4cc7132..420d26948 100644
--- a/tdtl/td/tl/tl_file_utils.h
+++ b/tdtl/td/tl/tl_file_utils.h
@@ -13,7 +13,7 @@ namespace tl {
std::string get_file_contents(const std::string &file_name);
-bool put_file_contents(const std::string &file_name, const std::string &contents);
+bool put_file_contents(const std::string &file_name, const std::string &contents, bool compare_documentation);
std::string remove_documentation(const std::string &str);