nandroid in C now has a progress bar
diff --git a/common.h b/common.h
index d962a0a..ddc9f68 100644
--- a/common.h
+++ b/common.h
@@ -33,6 +33,8 @@
 // so keep the output short and not too cryptic.
 void ui_print(const char *fmt, ...);
 
+void ui_reset_text_col();
+
 // Display some header text followed by a menu of items, which appears
 // at the top of the screen (in place of any scrolling ui_print()
 // output, if necessary).