From c55320e9e2a8916e911bcd39ab37b79e3a7d03b2 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Jan 2021 20:43:27 +0100 Subject: New upstream version 3.0.5 --- unsupported/UnsupportedProcess.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unsupported/UnsupportedProcess.h') diff --git a/unsupported/UnsupportedProcess.h b/unsupported/UnsupportedProcess.h index 11335cd..e1812f1 100644 --- a/unsupported/UnsupportedProcess.h +++ b/unsupported/UnsupportedProcess.h @@ -11,6 +11,8 @@ in the source distribution for its full text. #define Process_delete UnsupportedProcess_delete +extern const ProcessFieldData Process_fields[LAST_PROCESSFIELD]; + Process* UnsupportedProcess_new(Settings* settings); void UnsupportedProcess_delete(Object* cast); -- cgit v1.2.3