From e258b212511fa65f1ad725c679d6600d2c4cfb0c Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Fri, 18 Jul 2025 13:40:33 +0100 Subject: [PATCH] K&R ext2spice: remove non-existent function prototypes extern int _ext2spice_start(); extern EFNode *spcdevHierSubstrate(); --- ext2spice/ext2spice.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext2spice/ext2spice.h b/ext2spice/ext2spice.h index 894724e9..dadd9924 100644 --- a/ext2spice/ext2spice.h +++ b/ext2spice/ext2spice.h @@ -28,9 +28,7 @@ extern char *nodeSpiceName(); extern int nodeVisitDebug(); extern void topVisit(); extern void swapDrainSource(); -extern int _ext2spice_start(); -extern EFNode *spcdevHierSubstrate(); extern char *nodeSpiceHierName(); extern devMerge *mkDevMerge(); extern bool extHierSDAttr();