str_to_lower() init_error() protoypes --> include files

This commit is contained in:
rlar 2010-10-08 18:11:48 +00:00
parent ef26170d5a
commit 101f6d5f4a
4 changed files with 8 additions and 4 deletions

View File

@ -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 :

View File

@ -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);

View File

@ -54,8 +54,6 @@ NON-STANDARD FEATURES
/* *********************************************************************** */
extern void init_error (char *program_name);
/*
main

View File

@ -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);