aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.hpp')
-rw-r--r--src/utils.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/utils.hpp b/src/utils.hpp
index 8c72e8b..890bd50 100644
--- a/src/utils.hpp
+++ b/src/utils.hpp
@@ -54,6 +54,12 @@ void printbuf(std::string header,
size_t size,
std::string desc="");
+void printfig(std::string header,
+ const display_settings_t &disp,
+ uint8_t* buffer,
+ size_t size,
+ std::string desc="");
+
void printbuf(std::string header,
int indent,
uint8_t* buffer,