summaryrefslogtreecommitdiffstats
path: root/dragonflybsd/DragonFlyBSDProcess.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-20 18:32:04 +0100
committerChristian Göttsche <cgzones@googlemail.com>2020-12-20 18:32:04 +0100
commit9a86577cf29e8cabc1298cda2250d092d590aa37 (patch)
tree7a41316444837ac98eb3c4bfbfd41dae1befceb6 /dragonflybsd/DragonFlyBSDProcess.h
parent8db8b9edacdc4118adfcf0e1982ad5047db9b7c2 (diff)
DragonFlyBSD update
- move some functions to file scope - drop unused global variable
Diffstat (limited to 'dragonflybsd/DragonFlyBSDProcess.h')
-rw-r--r--dragonflybsd/DragonFlyBSDProcess.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dragonflybsd/DragonFlyBSDProcess.h b/dragonflybsd/DragonFlyBSDProcess.h
index 1527417b..dc40a993 100644
--- a/dragonflybsd/DragonFlyBSDProcess.h
+++ b/dragonflybsd/DragonFlyBSDProcess.h
@@ -28,10 +28,6 @@ Process* DragonFlyBSDProcess_new(const Settings* settings);
void Process_delete(Object* cast);
-void DragonFlyBSDProcess_writeField(const Process* this, RichString* str, ProcessField field);
-
-long DragonFlyBSDProcess_compareByKey(const Process* v1, const Process* v2, ProcessField key);
-
bool Process_isThread(const Process* this);
#endif

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