summaryrefslogtreecommitdiffstats
path: root/client/platform.h
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2010-01-09 23:06:00 +0200
committerYaniv Kamay <ykamay@redhat.com>2010-01-10 13:41:08 +0200
commit6d9026c4b4620b4f65d172522b7b3a7aed4a94df (patch)
tree0e007397939cf73d63334b373c10a8f74eb21dcd /client/platform.h
parent0bd3b58bc916525f957994acda875f96c7a036dc (diff)
downloadspice-6d9026c4b4620b4f65d172522b7b3a7aed4a94df.tar.gz
spice-6d9026c4b4620b4f65d172522b7b3a7aed4a94df.tar.xz
spice-6d9026c4b4620b4f65d172522b7b3a7aed4a94df.zip
client: add Platform::term_printf
Platform::term_printf is a variant of printf that on windows dynamically opens console in order to have visible output during command line processing.
Diffstat (limited to 'client/platform.h')
-rw-r--r--client/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/platform.h b/client/platform.h
index a36cdc50..50db1534 100644
--- a/client/platform.h
+++ b/client/platform.h
@@ -42,6 +42,7 @@ public:
static void path_append(std::string& path, const std::string& partial_path);
static uint64_t get_process_id();
static uint64_t get_thread_id();
+ static void term_printf(const char* format, ...);
static const MonitorsList& init_monitors();
static void destroy_monitors();