summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2024-04-06 20:40:33 +0200
committercgzones <cgzones@googlemail.com>2024-04-08 18:12:39 +0200
commit327593e5cd5d48a6ff38d2877d7faaf53a6a8892 (patch)
tree7f0211352b084f7949da57579c23dd45d3f4a56d /Process.h
parent4cf8c98e0571e17e9234e056a41510b1bb00f155 (diff)
Align parameter names in declarations with definitions
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Process.h b/Process.h
index 848894ca..8c7ae76e 100644
--- a/Process.h
+++ b/Process.h
@@ -226,9 +226,9 @@ typedef struct ProcessFieldData_ {
typedef int32_t ProcessField; /* see ReservedField list in RowField.h */
// Implemented in platform-specific code:
-void Process_writeField(const Process* row, RichString* str, ProcessField field);
+void Process_writeField(const Process* this, RichString* str, ProcessField field);
int Process_compare(const void* v1, const void* v2);
-int Process_compareByParent(const Row* r1, const Row* v2);
+int Process_compareByParent(const Row* r1, const Row* r2);
void Process_delete(Object* cast);
extern const ProcessFieldData Process_fields[LAST_PROCESSFIELD];
#define Process_pidDigits Row_pidDigits

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