summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-04-10 13:31:39 +0200
committerBenBE <BenBE@geshi.org>2021-05-23 09:22:21 +0200
commitbcb18ef82269c68d54a160290e5f8b2e939674ec (patch)
treee5967c038b2d11ed906b8fdda0babe114dab3c46 /Process.h
parentc0d02024407411f75a4d7d5b63f26b74c727027b (diff)
Move Process_makeCommandStr to global Process implementation
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index d07a6d49..487efcc7 100644
--- a/Process.h
+++ b/Process.h
@@ -372,4 +372,10 @@ int Process_compareByKey_Base(const Process* p1, const Process* p2, ProcessField
// Avoid direct calls, use Process_getCommand instead
const char *Process_getCommandStr(const Process *this);
+/* This function constructs the string that is displayed by
+ * Process_writeCommand and also returned by Process_getCommandStr */
+void Process_makeCommandStr(Process *this);
+
+void Process_writeCommand(const Process *this, int attr, int baseAttr, RichString *str);
+
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy