summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index c652fae9..1ba36de3 100644
--- a/Process.h
+++ b/Process.h
@@ -356,6 +356,8 @@ void Process_fillStarttimeBuffer(Process* this);
void Process_printLeftAlignedField(RichString* str, int attr, const char* content, unsigned int width);
+void Process_printPercentage(float val, char* buffer, int n, int* attr);
+
void Process_display(const Object* cast, RichString* out);
void Process_done(Process* this);