summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcess.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-09 20:17:31 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-01-09 20:17:31 +0100
commita076488809b2f4a05a1aa19d6599a9cfc9a97018 (patch)
tree97ac0f3461e1095537cb0bfeadce1794eed2d8bc /solaris/SolarisProcess.h
parent6301d5c1dafe7776796d6fc93d33772d17f28bb1 (diff)
Solaris: make Process callbacks static
Fixes prototype of SolarisProcess_compareByKey since 90ea3ac3
Diffstat (limited to 'solaris/SolarisProcess.h')
-rw-r--r--solaris/SolarisProcess.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/solaris/SolarisProcess.h b/solaris/SolarisProcess.h
index 0f1cb46c..74cbb861 100644
--- a/solaris/SolarisProcess.h
+++ b/solaris/SolarisProcess.h
@@ -40,10 +40,6 @@ Process* SolarisProcess_new(const Settings* settings);
void Process_delete(Object* cast);
-void SolarisProcess_writeField(const Process* this, RichString* str, ProcessField field);
-
-long SolarisProcess_compareByKey(const Process* v1, const Process* v2, ProcessField field);
-
bool Process_isThread(const Process* this);
#endif

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