summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-22 00:40:16 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-22 00:40:16 +0000
commit12ada21654d7f0f8963f171ca7ee527ccba4627f (patch)
treeced5d983da3d0f39e305521eb390949c696945c1 /src/util.h
parent33c2c1ddee9638fc4e59dbfdbeee2fb540778819 (diff)
Fully indent PKL/CPL.sony-debug
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 2f3b810a..bc109c62 100644
--- a/src/util.h
+++ b/src/util.h
@@ -73,6 +73,8 @@ extern std::string file_to_string (boost::filesystem::path, uintmax_t max_length
extern std::string private_key_fingerprint (std::string key);
extern xmlpp::Node* find_child (xmlpp::Node const * node, std::string name);
extern std::string openjpeg_version();
+extern std::string spaces (int n);
+extern void indent (xmlpp::Element* element, int initial);
}