From bdd1e2faf6cd33404169f582620e321fc3de5d95 Mon Sep 17 00:00:00 2001 From: dwarning Date: Wed, 16 Sep 2020 15:38:12 +0200 Subject: [PATCH] better place for prototype --- src/spicelib/devices/vdmos/vdmosdefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spicelib/devices/vdmos/vdmosdefs.h b/src/spicelib/devices/vdmos/vdmosdefs.h index 824ab429d..a388b242a 100644 --- a/src/spicelib/devices/vdmos/vdmosdefs.h +++ b/src/spicelib/devices/vdmos/vdmosdefs.h @@ -16,8 +16,6 @@ VDMOS: 2018 Holger Vogt, 2020 Dietmar Warning /* declarations for VDMOSFETs */ -void VDMOStempUpdate(VDMOSmodel *, VDMOSinstance *, double , CKTcircuit *); - /* indices to the array of MOSFET(1) noise sources */ enum { @@ -541,6 +539,8 @@ enum { /* model questions */ +void VDMOStempUpdate(VDMOSmodel *, VDMOSinstance *, double , CKTcircuit *); + #include "vdmosext.h" #endif /*VDMOS*/