summaryrefslogtreecommitdiffstats
path: root/updater/install.h
diff options
context:
space:
mode:
Diffstat (limited to 'updater/install.h')
-rw-r--r--updater/install.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/updater/install.h b/updater/install.h
index 659c8b41c..70e343404 100644
--- a/updater/install.h
+++ b/updater/install.h
@@ -19,6 +19,9 @@
void RegisterInstallFunctions();
+// uiPrintf function prints msg to screen as well as logs
+void uiPrintf(State* state, const char* format, ...);
+
static int make_parents(char* name);
#endif