From c3952e7c20a3108c2f16aa579f8062dfc2163bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 8 Sep 2020 14:28:34 +0200 Subject: Use strict function prototypes int foo(); declares a function taking any number of arguments. --- SignalsPanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SignalsPanel.h') diff --git a/SignalsPanel.h b/SignalsPanel.h index 3d910cee..460c81e7 100644 --- a/SignalsPanel.h +++ b/SignalsPanel.h @@ -12,6 +12,6 @@ typedef struct SignalItem_ { int number; } SignalItem; -Panel* SignalsPanel_new(); +Panel* SignalsPanel_new(void); #endif -- cgit v1.2.3