From 931e87f6527318c159ca1495a2a7ac0277b6fca0 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 1 Dec 2024 10:31:48 +0000 Subject: [PATCH] fhem.pl: smartmatch replacement fns as forward declarations (Forum #137776) git-svn-id: https://svn.fhem.de/fhem/trunk@29388 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/fhem.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/fhem.pl b/fhem/fhem.pl index 1f5ef84f8..8ee3f38d4 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -116,6 +116,8 @@ sub attrSplit($); sub computeClientArray($$); sub concatc($$$); sub configDBUsed(); +sub contains_numeric($@); +sub contains_string($@); sub createNtfyHash(); sub createUniqueId(); sub devspec2array($;$$);