str_to_lower() init_error() protoypes --> include files
This commit is contained in:
parent
ef26170d5a
commit
101f6d5f4a
|
|
@ -1,3 +1,9 @@
|
|||
2010-10-08 Robert Larice
|
||||
* src/xspice/cmpp/cmpp.h ,
|
||||
* src/xspice/cmpp/main.c ,
|
||||
* src/xspice/cmpp/pp_lst.c :
|
||||
str_to_lower() init_error() protoypes --> include files
|
||||
|
||||
2010-10-08 Robert Larice
|
||||
* src/include/distodef.h ,
|
||||
* src/spicelib/analysis/distoan.c :
|
||||
|
|
|
|||
|
|
@ -275,7 +275,9 @@ void preprocess_lst_files(void);
|
|||
void preprocess_mod_file(char *filename);
|
||||
|
||||
|
||||
void init_error (char *program_name);
|
||||
void print_error(char *message);
|
||||
void str_to_lower(char *s);
|
||||
|
||||
|
||||
Status_t read_ifs_file(char *filename, int mode, Ifs_Table_t *ifs_table);
|
||||
|
|
|
|||
|
|
@ -54,8 +54,6 @@ NON-STANDARD FEATURES
|
|||
/* *********************************************************************** */
|
||||
|
||||
|
||||
extern void init_error (char *program_name);
|
||||
|
||||
/*
|
||||
main
|
||||
|
||||
|
|
|
|||
|
|
@ -53,8 +53,6 @@ NON-STANDARD FEATURES
|
|||
#include <string.h>
|
||||
|
||||
|
||||
extern int str_to_lower(char *s);
|
||||
|
||||
/*
|
||||
void *malloc(unsigned size);
|
||||
void *realloc(void *ptr, unsigned size);
|
||||
|
|
|
|||
Loading…
Reference in New Issue