cleaning prototypes

This commit is contained in:
dwarning 2020-09-17 16:42:45 +02:00
parent ae18a078cd
commit 56677f9d02
2 changed files with 2 additions and 2 deletions

View File

@ -61,6 +61,7 @@ static int EVTsetup_jobs(CKTcircuit *ckt);
static int EVTsetup_load_ptrs(CKTcircuit *ckt);
int EVTsetup_plot(CKTcircuit* ckt, char* plottypename);
int EVTswitch_plot(CKTcircuit* ckt, const char* plottypename);
/* Allocation macros with built-in check for out-of-memory */

View File

@ -118,9 +118,8 @@ typedef Table3_Data_t Local_Data_t;
/*=== FUNCTION PROTOTYPE DEFINITIONS ===*/
extern char *CNVgettok(char **s);
extern double BilinearInterpolation(double x, double y, int xind, int yind, double **td);
extern double TrilinearInterpolation(double x, double y, double z, int xind, int yind, int zind, double ***td);
int cnv_get_spice_value(char *str, double *p_value);
extern int findCrossOver(double arr[], int n, double x);
static void free_local_data(Table3_Data_t *loc);