From 8db45f420543842653c9085703446987eaf3a079 Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 8 Oct 2010 17:58:34 +0000 Subject: [PATCH] CKTdnames() prototype --- ChangeLog | 5 +++++ src/include/cktdefs.h | 1 + src/spicelib/analysis/ckt.h | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 87afeafc1..3b2c0fd77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-10-08 Robert Larice + * src/include/cktdefs.h , + * src/spicelib/analysis/ckt.h : + CKTdnames() prototype + 2010-10-08 Robert Larice * src/xspice/icm/Makefile : too much quoting caused an error for quoted things in CFLAGS diff --git a/src/include/cktdefs.h b/src/include/cktdefs.h index e2bdcd83e..e0e6a6f49 100644 --- a/src/include/cktdefs.h +++ b/src/include/cktdefs.h @@ -316,6 +316,7 @@ extern int CKTmodAsk(CKTcircuit *, GENmodel *, int , IFvalue *, IFvalue *); extern int CKTmodCrt(CKTcircuit *, int , GENmodel **, IFuid); extern int CKTmodParam(CKTcircuit *, GENmodel *, int , IFvalue *, IFvalue *); extern int CKTnames(CKTcircuit *, int *, IFuid **); +extern int CKTdnames(CKTcircuit *); extern int CKTnewAnal(CKTcircuit *, int , IFuid , JOB **, TSKtask *); extern int CKTnewEq(CKTcircuit *, CKTnode **, IFuid); extern int CKTnewNode(CKTcircuit *, CKTnode **, IFuid); diff --git a/src/spicelib/analysis/ckt.h b/src/spicelib/analysis/ckt.h index 047f3e36e..56823394b 100644 --- a/src/spicelib/analysis/ckt.h +++ b/src/spicelib/analysis/ckt.h @@ -54,6 +54,7 @@ int CKTmodAsk( CKTcircuit *, GENmodel *, int , IFvalue *, IFvalue *); int CKTmodCrt( CKTcircuit *, int , GENmodel **, IFuid ); int CKTmodParam( CKTcircuit *, GENmodel *, int , IFvalue *, IFvalue *); int CKTnames(CKTcircuit *, int *, IFuid **); +int CKTdnames(CKTcircuit *); int CKTnewAnal( CKTcircuit *, int , IFuid , JOB **, TSKtask *); int CKTnewEq( CKTcircuit *, CKTnode **, IFuid ); int CKTnewNode( CKTcircuit *, CKTnode **, IFuid );